summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index ef7c315b0c..a162887fd9 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2023,6 +2023,7 @@ static void mpeg_thread(void)
2023 case MPEG_INIT_PLAYBACK: 2023 case MPEG_INIT_PLAYBACK:
2024 /* Stop the prerecording */ 2024 /* Stop the prerecording */
2025 stop_recording(); 2025 stop_recording();
2026 reset_mp3_buffer();
2026 mp3_play_init(); 2027 mp3_play_init();
2027 init_playback_done = true; 2028 init_playback_done = true;
2028 break; 2029 break;