Increase logging
This commit is contained in:
parent
1b03486ecf
commit
1b9ae0c924
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class PlaybackUtils():
|
||||||
contextmenu_play):
|
contextmenu_play):
|
||||||
# Playlist was created just now, play it.
|
# Playlist was created just now, play it.
|
||||||
# Contextmenu plays always need this
|
# Contextmenu plays always need this
|
||||||
log.info("Play playlist")
|
log.info("Play playlist from starting position %s" % startPos)
|
||||||
# Need a separate thread because Player won't return in time
|
# Need a separate thread because Player won't return in time
|
||||||
thread = Thread(target=Player().play,
|
thread = Thread(target=Player().play,
|
||||||
args=(playqueue.kodi_pl, None, False, startPos))
|
args=(playqueue.kodi_pl, None, False, startPos))
|
||||||
|
|
Loading…
Reference in a new issue