From 845885edbd2210cbf24ea21e25841be8af8675af Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 22 May 2017 20:38:56 +0200 Subject: [PATCH] Fix Playback and watched status not syncing - Fixes #300 --- 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 9553857e..1d7a8b88 100644 --- a/resources/lib/plexbmchelper/subscribers.py +++ b/resources/lib/plexbmchelper/subscribers.py @@ -156,7 +156,7 @@ class SubscriptionManager: def notifyServer(self, players): for typus, p in players.iteritems(): info = self.playerprops[p.get('playerid')] - # self._sendNotification(info) + self._sendNotification(info) self.lastinfo[typus] = info # Cross the one of the list try: