sticker/Song: add _delete() overload with "const char *"
This commit is contained in:
@@ -50,6 +50,9 @@ sticker_song_set_value(const LightSong &song,
|
||||
/**
|
||||
* Deletes a sticker from the database. All values are deleted.
|
||||
*/
|
||||
bool
|
||||
sticker_song_delete(const char *uri, Error &error);
|
||||
|
||||
bool
|
||||
sticker_song_delete(const LightSong &song, Error &error);
|
||||
|
||||
|
Reference in New Issue
Block a user