Increase logging

This commit is contained in:
tomkat83 2017-01-08 12:56:40 +01:00
parent 1b03486ecf
commit 1b9ae0c924

View file

@ -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))