diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/player_thread.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 50d9c1a94..cc480c504 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -372,17 +372,6 @@ static void do_play(void) */ #endif - if (decoder_is_idle() && !player.queued && - player.next_song_chunk < 0 && - pc.next_song != NULL && - pc.command == PLAYER_COMMAND_NONE) { - /* the decoder has finished the current song; - request the next song from the playlist */ - - pc.next_song = NULL; - event_pipe_emit(PIPE_EVENT_PLAYLIST); - } - if (decoder_is_idle() && player.queued) { /* the decoder has finished the current song; make it decode the next song */ |