Improved auth stability

This commit is contained in:
Ultradesu
2026-06-16 22:34:01 +01:00
parent 2da81ecb89
commit cf82b203a9
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ fn handle(
}
}
Command::Stop => {
if let Some(out) = output {
if let Some(out) = output.take() {
out.player.stop();
}
*track_loaded = false;