diff --git a/resources/lib/plexbmchelper/subscribers.py b/resources/lib/plexbmchelper/subscribers.py index 0f8c56e4..4ac31483 100644 --- a/resources/lib/plexbmchelper/subscribers.py +++ b/resources/lib/plexbmchelper/subscribers.py @@ -167,7 +167,7 @@ class SubscriptionManager: # Process the players we have left (to signal a stop) for typus, p in self.lastplayers.iteritems(): self.lastinfo[typus]['state'] = 'stopped' - # self._sendNotification(self.lastinfo[typus]) + self._sendNotification(self.lastinfo[typus]) def _sendNotification(self, info): xargs = getXArgsDeviceInfo()