From 63d301ca5f4518c2d559066cc7909e7acb62cd7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Aug 2017 23:45:51 +0100 Subject: Missing conditional wakeup. --- src/lib/butler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3