diff options
-rw-r--r-- | src/playlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c index 8929e417b..33a0207c3 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -238,7 +238,7 @@ playlist_sync(struct playlist *playlist) /* make sure the queued song is always set (if possible) */ - if (pc.next_song == NULL) + if (pc.next_song == NULL && playlist->queued != -1) playlist_update_queued_song(playlist, NULL); } } |