summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 2c3fa4958e..3fa8f80729 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2611,6 +2611,7 @@ void playlist_start(int start_index, unsigned long elapsed,
2611 playlist->started = true; 2611 playlist->started = true;
2612 sync_control(playlist, false); 2612 sync_control(playlist, false);
2613 audio_play(elapsed, offset); 2613 audio_play(elapsed, offset);
2614 audio_resume();
2614} 2615}
2615 2616
2616/* Returns false if 'steps' is out of bounds, else true */ 2617/* Returns false if 'steps' is out of bounds, else true */