summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index e0358cfbac..8ac669c172 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -2984,10 +2984,10 @@ static void audio_stop_playback(void)
2984 (playlist_end && ci.stop_codec)?NULL:audio_current_track()); 2984 (playlist_end && ci.stop_codec)?NULL:audio_current_track());
2985 } 2985 }
2986 2986
2987 playing = false;
2988 filling = false; 2987 filling = false;
2989 paused = false; 2988 paused = false;
2990 audio_stop_codec_flush(); 2989 audio_stop_codec_flush();
2990 playing = false;
2991 2991
2992 if (current_fd >= 0) 2992 if (current_fd >= 0)
2993 { 2993 {