summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 6a6461c..9de8778 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();
}