diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/apps/playback.c b/apps/playback.c index 8f300f5145..01c1dd6a94 100644 --- a/apps/playback.c +++ b/apps/playback.c | |||
@@ -1659,15 +1659,7 @@ static void initiate_dir_change(int direction) | |||
1659 | if(!playlist_next_dir(direction)) | 1659 | if(!playlist_next_dir(direction)) |
1660 | return; | 1660 | return; |
1661 | 1661 | ||
1662 | /* Detect if disk is spinning.. */ | 1662 | queue_post(&audio_queue, AUDIO_PLAY, 0); |
1663 | if (filling) { | ||
1664 | queue_post(&audio_queue, AUDIO_PLAY, 0); | ||
1665 | } else { | ||
1666 | new_track = 0; | ||
1667 | ci.reload_codec = true; | ||
1668 | if (!pcmbuf_is_crossfade_enabled()) | ||
1669 | pcmbuf_flush_audio(); | ||
1670 | } | ||
1671 | 1663 | ||
1672 | codec_track_changed(); | 1664 | codec_track_changed(); |
1673 | } | 1665 | } |