Fix display of PlayNext command

fixes #445
This commit is contained in:
Henrik Friedrichsen
2021-02-27 13:23:30 +01:00
parent df87ff9bdd
commit b436e40851

View File

@@ -147,7 +147,7 @@ impl fmt::Display for Command {
Command::Next => "next".to_string(),
Command::Clear => "clear".to_string(),
Command::Queue => "queue".to_string(),
Command::PlayNext => "play next".to_string(),
Command::PlayNext => "playnext".to_string(),
Command::Play => "play".to_string(),
Command::UpdateLibrary => "update".to_string(),
Command::Save => "save".to_string(),