PlaylistError: fix NoSuchSong() code

This commit is contained in:
Max Kellermann 2015-12-28 06:43:59 +01:00
parent 1c90400081
commit 72851647ca

View File

@ -51,7 +51,7 @@ public:
}
static PlaylistError NoSuchSong() {
return PlaylistError(PlaylistResult::BAD_RANGE,
return PlaylistError(PlaylistResult::NO_SUCH_SONG,
"No such song");
}