summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 2f67b6c3ba..a9fb49e888 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -1152,6 +1152,7 @@ void audio_play(int offset)
1152 pcm_play_pause(true); 1152 pcm_play_pause(true);
1153#endif 1153#endif
1154 paused = false; 1154 paused = false;
1155 playing = true;
1155 queue_post(&audio_queue, AUDIO_PLAY, (void *)offset); 1156 queue_post(&audio_queue, AUDIO_PLAY, (void *)offset);
1156} 1157}
1157 1158