queue/Save: fix "Malformed playlist line in state file"
Regression by commit 738583e3
This commit is contained in:
parent
0368282486
commit
004da5d385
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user