mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +00:00
update status after toggling pause
This commit is contained in:
parent
99562b90ad
commit
c87c11c908
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ async fn run() -> Result<()> {
|
|||
.await
|
||||
.context("Failed to toggle pause")
|
||||
.unwrap_or_else(die);
|
||||
tx.send(Command::UpdateStatus).await?;
|
||||
}
|
||||
Command::Play => {
|
||||
if selected < queue.len() {
|
||||
|
|
Loading…
Reference in a new issue