summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index a02654bfa5..0c6a1a3355 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1218,6 +1218,8 @@ void mpeg_play(int offset)
1218 char* trackname = playlist_next( 0, NULL ); 1218 char* trackname = playlist_next( 0, NULL );
1219 if ( trackname ) { 1219 if ( trackname ) {
1220 mp3info(&taginfo, trackname); 1220 mp3info(&taginfo, trackname);
1221 taginfo.offset = offset;
1222 set_elapsed(&taginfo);
1221 playing = true; 1223 playing = true;
1222 } 1224 }
1223 (void)offset; 1225 (void)offset;