diff options
-rw-r--r-- | src/playlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist.c b/src/playlist.c index ab23691e3..86639a1e3 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -526,6 +526,7 @@ enum playlist_result deleteFromPlaylist(unsigned song) /* the current song is going to be deleted: stop the player */ playerWait(); + playlist.playing = false; /* see which song is going to be played instead */ |