mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +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
|
.await
|
||||||
.context("Failed to toggle pause")
|
.context("Failed to toggle pause")
|
||||||
.unwrap_or_else(die);
|
.unwrap_or_else(die);
|
||||||
|
tx.send(Command::UpdateStatus).await?;
|
||||||
}
|
}
|
||||||
Command::Play => {
|
Command::Play => {
|
||||||
if selected < queue.len() {
|
if selected < queue.len() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue