PlaylistError: fix NoSuchSong() code
This commit is contained in:
		| @@ -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"); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann