summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 099d295b0a..49b0804cb9 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1352,7 +1352,7 @@ void mpeg_pause(void)
1352#ifndef SIMULATOR 1352#ifndef SIMULATOR
1353 queue_post(&mpeg_queue, MPEG_PAUSE, NULL); 1353 queue_post(&mpeg_queue, MPEG_PAUSE, NULL);
1354#else 1354#else
1355 is_playing = false; 1355 is_playing = true;
1356 playing = false; 1356 playing = false;
1357 paused = true; 1357 paused = true;
1358#endif 1358#endif