From 9104a56db009e052067e0aad08c60a6ef7bcc22c Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Thu, 25 May 2017 13:15:54 +0200 Subject: [PATCH] Fix playback stop not being recognized by the PMS --- resources/lib/plexbmchelper/subscribers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()