summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 0610e98..50320fc 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -3131,7 +3131,10 @@ static void mpeg_thread(void)
if (is_playing) {
id3 = mpeg_current_track();
if (!paused)
+ {
id3->elapsed+=1000;
+ id3->offset+=1000;
+ }
if (id3->elapsed>=id3->length)
mpeg_next();
}