Less logging
This commit is contained in:
parent
698217d374
commit
a2b4b48ddc
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class KodiMonitor(Monitor):
|
||||||
json_item = js.get_item(playerid)
|
json_item = js.get_item(playerid)
|
||||||
path = json_item.get('file')
|
path = json_item.get('file')
|
||||||
pos = info['position'] if info['position'] != -1 else 0
|
pos = info['position'] if info['position'] != -1 else 0
|
||||||
LOG.info('Detected position %s for %s', pos, playqueue)
|
LOG.debug('Detected position %s for %s', pos, playqueue)
|
||||||
try:
|
try:
|
||||||
item = playqueue.items[pos]
|
item = playqueue.items[pos]
|
||||||
# See if playback.py already initiated playback
|
# See if playback.py already initiated playback
|
||||||
|
|
Loading…
Reference in a new issue