summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index c13befa533..db04f3a784 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -813,7 +813,7 @@ void audio_check_buffer(void)
813#endif 813#endif
814 814
815 /* Start buffer filling as necessary. */ 815 /* Start buffer filling as necessary. */
816 if (codecbufused > AUDIO_WATERMARK || !interrupt) 816 if (codecbufused > AUDIO_WATERMARK || interrupt || !playing)
817 return ; 817 return ;
818 818
819 filling = true; 819 filling = true;