Fix playback stop not being recognized by the PMS

This commit is contained in:
tomkat83 2017-05-25 13:15:54 +02:00
parent b1c8504f8d
commit 9104a56db0

View file

@ -167,7 +167,7 @@ class SubscriptionManager:
# Process the players we have left (to signal a stop) # Process the players we have left (to signal a stop)
for typus, p in self.lastplayers.iteritems(): for typus, p in self.lastplayers.iteritems():
self.lastinfo[typus]['state'] = 'stopped' self.lastinfo[typus]['state'] = 'stopped'
# self._sendNotification(self.lastinfo[typus]) self._sendNotification(self.lastinfo[typus])
def _sendNotification(self, info): def _sendNotification(self, info):
xargs = getXArgsDeviceInfo() xargs = getXArgsDeviceInfo()