fix: 🚑 GUI isn't able to pass stopped state if audio paused while playing
This commit is contained in:
parent
ddf4489c09
commit
a9d31aafe7
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ pub async fn stop_playing(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
drop(base_to_playing_sender);
|
drop(base_to_playing_sender);
|
||||||
|
playing_to_base_receiver = playing_to_base_receiver.resubscribe();
|
||||||
let answer = playing_to_base_receiver.recv().await;
|
let answer = playing_to_base_receiver.recv().await;
|
||||||
drop(playing_to_base_receiver);
|
drop(playing_to_base_receiver);
|
||||||
match answer {
|
match answer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue