Suspend butler on player may-change as otherwise there's a window
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Aug 2018 21:49:46 +0000 (22:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 00:29:04 +0000 (01:29 +0100)
commit9a27d60ea7888d300a5a2414a477091428589b82
tree42db6de6bf6d420a760e79f93d0ce3ea47423d57
parent0bd80b641875632b9b2b17530d00e4546bba8088
Suspend butler on player may-change as otherwise there's a window
between Player::_suspended being set to false and the the butler
requesting a seek, during which the butler may call pass().
src/lib/butler.cc
src/lib/butler.h
src/lib/player.cc
src/lib/player.h