diff options
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index f45446dc2..a05783a62 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -158,7 +158,7 @@ static void decodeStart(void) } } - ob_flush(); + music_pipe_flush(); if (!ret) { dc.error = plugin == NULL |