Version bump 3.1.21

This commit is contained in:
angelblue05 2018-09-23 17:37:30 -05:00
parent 42e1c2ece3
commit 4b8ebf5656
3 changed files with 3 additions and 3 deletions

View file

@ -196,7 +196,7 @@ class Service(xbmc.Monitor):
data = json.loads(data)
LOG.info("[ %s: %s ] %s", sender, method, json.dumps(data, indent=4))
LOG.debug("[ %s: %s ] %s", sender, method, json.dumps(data, indent=4))
if method == 'ServerOnline':
if data['ServerId'] is None: