summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 2c526a711e..53d2181bcf 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -2182,6 +2182,8 @@ static void audio_stop_playback(void)
2182 /* If we were playing, save resume information */ 2182 /* If we were playing, save resume information */
2183 if (playing) 2183 if (playing)
2184 { 2184 {
2185 pcmbuf_play_remainder();
2186
2185 struct mp3entry *id3 = NULL; 2187 struct mp3entry *id3 = NULL;
2186 2188
2187 if (!ci.stop_codec) 2189 if (!ci.stop_codec)