diff options
Diffstat (limited to 'src/lib/audio_decoder.cc')
| -rw-r--r-- | src/lib/audio_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.cc b/src/lib/audio_decoder.cc index 5f7ec3730..d97de38d8 100644 --- a/src/lib/audio_decoder.cc +++ b/src/lib/audio_decoder.cc @@ -176,7 +176,7 @@ AudioDecoder::seek () void AudioDecoder::flush () { - _resampler_manager->maybe_flush (this); + _resampler_manager->flush (this); if (_content->delay() < 0) { /* Finish off with the gap caused by the delay */ |
