Fix playback stop not being recognized by the PMS
This commit is contained in:
parent
b1c8504f8d
commit
9104a56db0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue