Fix Playback and watched status not syncing

- Fixes #300
This commit is contained in:
tomkat83 2017-05-22 20:38:56 +02:00
parent 46dcec43c9
commit 845885edbd

View file

@ -156,7 +156,7 @@ class SubscriptionManager:
def notifyServer(self, players): def notifyServer(self, players):
for typus, p in players.iteritems(): for typus, p in players.iteritems():
info = self.playerprops[p.get('playerid')] info = self.playerprops[p.get('playerid')]
# self._sendNotification(info) self._sendNotification(info)
self.lastinfo[typus] = info self.lastinfo[typus] = info
# Cross the one of the list # Cross the one of the list
try: try: