diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/butler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index db1ef7ffa..2b6010aaa 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -236,6 +236,7 @@ Butler::player_changed () { _video.clear (); _audio.clear (); + _summon.notify_all (); } /** Try to get `frames' frames of audio and copy it into `out'. Silence |
