PlaylistError: fix NoSuchSong() code
This commit is contained in:
parent
1c90400081
commit
72851647ca
@ -51,7 +51,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static PlaylistError NoSuchSong() {
|
static PlaylistError NoSuchSong() {
|
||||||
return PlaylistError(PlaylistResult::BAD_RANGE,
|
return PlaylistError(PlaylistResult::NO_SUCH_SONG,
|
||||||
"No such song");
|
"No such song");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user