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 2b94a13bca..c64fc229b5 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2608,6 +2608,7 @@ void playlist_start(int start_index, unsigned long elapsed,
2608 playlist->started = true; 2608 playlist->started = true;
2609 sync_control(playlist, false); 2609 sync_control(playlist, false);
2610 audio_play(elapsed, offset); 2610 audio_play(elapsed, offset);
2611 audio_resume();
2611} 2612}
2612 2613
2613/* Returns false if 'steps' is out of bounds, else true */ 2614/* Returns false if 'steps' is out of bounds, else true */