playlist_song: pass const song to _check_load_song()

This commit is contained in:
Max Kellermann 2012-08-15 23:58:17 +02:00
parent 20695ef369
commit bf2e07074b
1 changed files with 1 additions and 1 deletions

View File

@ -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;