From 196e2d426cc5e89b074f983480f9304850b94ecc Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 May 2015 17:53:25 +0200 Subject: player: handle hotplug events in idle mode too (cherry picked from commit d8e92322fa6eee44bb2713a202b84dfd32cf7ea1) --- player/playloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/player/playloop.c b/player/playloop.c index 0c0de44997..c9d74c2950 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -1049,6 +1049,7 @@ void mp_idle(struct MPContext *mpctx) mp_wait_events(mpctx, mpctx->sleeptime); mpctx->sleeptime = 100.0; mp_process_input(mpctx); + handle_command_updates(mpctx); handle_cursor_autohide(mpctx); handle_vo_events(mpctx); update_osd_msg(mpctx); -- cgit v1.2.3