This commit is contained in:
figsoda 2020-11-15 20:13:36 -05:00
parent a1569706db
commit f104a7b46e

View file

@ -432,7 +432,7 @@ async fn run() -> Result<()> {
Command::Next => {
cl.command(b"next\n")
.await
.context("Failed to play previous song")?;
.context("Failed to play next song")?;
tx.send(Command::UpdateStatus).await?;
tx.send(Command::UpdateFrame).await?;
}