Commit 72851647 authored by Max Kellermann's avatar Max Kellermann

PlaylistError: fix NoSuchSong() code

parent 1c904000
...@@ -51,7 +51,7 @@ public: ...@@ -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");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment