update status after toggling pause

This commit is contained in:
figsoda 2020-11-01 15:43:17 -05:00
parent 99562b90ad
commit c87c11c908

View file

@ -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() {