diff options
-rw-r--r-- | src/player_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index ddd87cc06..21bb61da6 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -357,6 +357,7 @@ static void do_play(void) /* the decoder has finished the current song; make it decode the next song */ assert(pc.next_song != NULL); + assert(player.next_song_chunk == -1); player.queued = false; player.next_song_chunk = music_pipe_tail_index(); |