diff options
-rw-r--r-- | src/playlist_song.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_song.c b/src/playlist_song.c index ef5261c99..29efef2e3 100644 --- a/src/playlist_song.c +++ b/src/playlist_song.c @@ -86,7 +86,7 @@ apply_song_metadata(struct song *dest, const struct song *src) } static struct song * -playlist_check_load_song(struct song *song, const char *uri, bool secure) +playlist_check_load_song(const struct song *song, const char *uri, bool secure) { struct song *dest; |