mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +00:00
fix typo
This commit is contained in:
parent
a1569706db
commit
f104a7b46e
1 changed files with 1 additions and 1 deletions
|
@ -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?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue