Commit 004da5d3 authored by Max Kellermann's avatar Max Kellermann

queue/Save: fix "Malformed playlist line in state file"

Regression by commit 738583e3
parent 03682824
...@@ -94,7 +94,7 @@ queue_load_song(TextFile &file, const SongLoader &loader, ...@@ -94,7 +94,7 @@ queue_load_song(TextFile &file, const SongLoader &loader,
DetachedSong *song; DetachedSong *song;
if ((p = StringAfterPrefix(line, PRIO_LABEL))) { if ((p = StringAfterPrefix(line, SONG_BEGIN))) {
const char *uri = p; const char *uri = p;
Error error; Error error;
......
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