summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c2
-rw-r--r--docs/CREDITS1
2 files changed, 2 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 {
diff --git a/docs/CREDITS b/docs/CREDITS
index 7e3ee72a74..14dc1c4769 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -241,3 +241,4 @@ Thilo-Alexander Ginkel
241Adam Gashlin 241Adam Gashlin
242Robert Kukla 242Robert Kukla
243David Quesada 243David Quesada
244Jared Stafford