Merge release v2.1.2

This commit is contained in:
coderkun 2020-08-03 16:29:17 +02:00
commit f4b545369c
3 changed files with 3 additions and 3 deletions

View file

@ -393,8 +393,8 @@ class Client(Base):
self._logger.info("idle subsystems: %r", subsystems)
if subsystems:
if subsystems['changed'] == 'player':
self.get_status()
self.load_playlist()
self.get_status()
if subsystems['changed'] == 'mixer':
self.get_status()
if subsystems['changed'] == 'playlist':