diff options
Diffstat (limited to 'src/storedPlaylist.h')
-rw-r--r-- | src/storedPlaylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.h b/src/storedPlaylist.h index 964669d35..4721bcc98 100644 --- a/src/storedPlaylist.h +++ b/src/storedPlaylist.h @@ -35,7 +35,7 @@ enum playlist_result removeOneSongFromStoredPlaylistByPath(const char *utf8path, int pos); enum playlist_result -appendSongToStoredPlaylistByPath(const char *utf8path, Song *song); +appendSongToStoredPlaylistByPath(const char *utf8path, struct mpd_song *song); enum playlist_result renameStoredPlaylist(const char *utf8from, const char *utf8to); |