queue/Save: fix "Malformed playlist line in state file"
Regression by commit 738583e3
This commit is contained in:
@@ -94,7 +94,7 @@ queue_load_song(TextFile &file, const SongLoader &loader,
|
||||
|
||||
DetachedSong *song;
|
||||
|
||||
if ((p = StringAfterPrefix(line, PRIO_LABEL))) {
|
||||
if ((p = StringAfterPrefix(line, SONG_BEGIN))) {
|
||||
const char *uri = p;
|
||||
|
||||
Error error;
|
||||
|
Reference in New Issue
Block a user