stored_playlist: de-CamelCase moved function
Rename addToStoredPlaylist() to spl_append_uri(), and remove the clearStoredPlaylist() macro.
This commit is contained in:
@@ -317,7 +317,8 @@ spl_append_song(const char *utf8path, struct song *song)
|
||||
return PLAYLIST_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
int addToStoredPlaylist(const char *url, const char *utf8file)
|
||||
int
|
||||
spl_append_uri(const char *url, const char *utf8file)
|
||||
{
|
||||
struct song *song;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user