Improved auth stability
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user