From 7fa9f603e284e04097a4879d2a228f22081954f8 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 23 Jul 2005 16:09:50 +0000 Subject: Fixed a hang while selecting a new track and playback was paused. This was probably my last commit within the next three weeks, see you around! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7230 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/playback.c b/apps/playback.c index ea05f3a..88a48a7 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1392,6 +1392,8 @@ void audio_thread(void) break ; logf("starting..."); playing = true; + paused = false; + pcm_play_pause(true); ci.stop_codec = true; ci.reload_codec = false; ci.seek_time = 0; -- cgit v1.1