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

Regression by commit 738583e3
This commit is contained in:
Max Kellermann 2015-11-13 20:45:50 +01:00
parent 0368282486
commit 004da5d385

View File

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