Commit bf2e0707 authored by Max Kellermann's avatar Max Kellermann

playlist_song: pass const song to _check_load_song()

parent 20695ef3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment