db/Interface: GetSong() throws exception on error
This commit is contained in:
@@ -73,8 +73,7 @@ public:
|
||||
* @param uri_utf8 the URI of the song within the music
|
||||
* directory (UTF-8)
|
||||
*/
|
||||
virtual const LightSong *GetSong(const char *uri_utf8,
|
||||
Error &error) const = 0;
|
||||
virtual const LightSong *GetSong(const char *uri_utf8) const = 0;
|
||||
|
||||
/**
|
||||
* Mark the song object as "unused". Call this on objects
|
||||
|
Reference in New Issue
Block a user