diff --git a/apps/playback.c b/apps/playback.c index 6a6461ce97..9de87782c8 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -633,6 +633,8 @@ off_t codec_mp3_get_filepos_callback(int newtime) void codec_seek_complete_callback(void) { + /* assume we're called from non-voice codec, as they shouldn't seek */ + ci.seek_time = 0; pcmbuf_flush_audio(); }