Revert "Always resume audio after user picks a new song from a playlist"

This reverts commit 69746d8400.

Change-Id: I33969c228a88cdba3537844a1962cac85cfa80e5
This commit is contained in:
Solomon Peachy 2021-02-19 08:34:21 -05:00
parent 436e64e09e
commit 8c76c1b1c2

View file

@ -2608,7 +2608,6 @@ void playlist_start(int start_index, unsigned long elapsed,
playlist->started = true;
sync_control(playlist, false);
audio_play(elapsed, offset);
audio_resume();
}
/* Returns false if 'steps' is out of bounds, else true */