Index: apps/playback.c =================================================================== --- apps/playback.c (revision 21477) +++ apps/playback.c (working copy) @@ -1098,7 +1098,7 @@ static void codec_seek_complete_callback(void) { logf("seek_complete"); - if (pcm_is_paused()) + if (pcm_is_paused() || paused) { /* If this is not a seamless seek, clear the buffer */ pcmbuf_play_stop();