Increase logging for background updates

- You will need to enable debug logging in the PKC settings
This commit is contained in:
tomkat83 2016-05-07 17:42:19 +02:00
parent 5240afaf52
commit 4575f1e482
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class WebSocket(threading.Thread):
if typus is None:
self.logMsg('No message type, dropping message: %s' % message, -1)
return False
self.logMsg('Received message from PMS server: %s' % message, 2)
# Drop everything we're not interested in
if typus not in ('playing', 'timeline'):
return True