Less logging
This commit is contained in:
parent
a2193ab01f
commit
73f7fc7644
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def playback_triage(plex_id=None, plex_type=None, path=None, resolve=True):
|
||||||
pos = js.get_position(playqueue.playlistid)
|
pos = js.get_position(playqueue.playlistid)
|
||||||
# Can return -1 (as in "no playlist")
|
# Can return -1 (as in "no playlist")
|
||||||
pos = pos if pos != -1 else 0
|
pos = pos if pos != -1 else 0
|
||||||
LOG.info('playQueue position: %s for %s', pos, playqueue)
|
LOG.debug('playQueue position: %s for %s', pos, playqueue)
|
||||||
# Have we already initiated playback?
|
# Have we already initiated playback?
|
||||||
try:
|
try:
|
||||||
playqueue.items[pos]
|
playqueue.items[pos]
|
||||||
|
|
Loading…
Reference in a new issue