diff options
| -rw-r--r-- | apps/playback.c | 2 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index e0358cf..8ac669c 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -2984,10 +2984,10 @@ static void audio_stop_playback(void) (playlist_end && ci.stop_codec)?NULL:audio_current_track()); } - playing = false; filling = false; paused = false; audio_stop_codec_flush(); + playing = false; if (current_fd >= 0) { diff --git a/docs/CREDITS b/docs/CREDITS index 7e3ee72..14dc1c4 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -241,3 +241,4 @@ Thilo-Alexander Ginkel Adam Gashlin Robert Kukla David Quesada +Jared Stafford |