summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 3eb0949cc2..72d126bdc5 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2608,7 +2608,6 @@ 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();
2612} 2611}
2613 2612
2614/* Returns false if 'steps' is out of bounds, else true */ 2613/* Returns false if 'steps' is out of bounds, else true */