summaryrefslogtreecommitdiff
path: root/src/queue/QueueSave.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue/QueueSave.cxx')
-rw-r--r--src/queue/QueueSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/QueueSave.cxx b/src/queue/QueueSave.cxx
index af29b62b3..05d8e2e43 100644
--- a/src/queue/QueueSave.cxx
+++ b/src/queue/QueueSave.cxx
@@ -114,7 +114,7 @@ queue_load_song(TextFile &file, const SongLoader &loader,
song = std::make_unique<DetachedSong>(uri);
}
- if (playlist_check_translate_song(*song, nullptr, loader))
+ if (!playlist_check_translate_song(*song, nullptr, loader))
return;
queue.Append(std::move(*song), priority);