From 1b9ae0c9245ce0734669feebad3ccd16a4fdfd25 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 8 Jan 2017 12:56:40 +0100 Subject: [PATCH] Increase logging --- resources/lib/playbackutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playbackutils.py b/resources/lib/playbackutils.py index 355afc1f..65043071 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -289,7 +289,7 @@ class PlaybackUtils(): contextmenu_play): # Playlist was created just now, play it. # 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 thread = Thread(target=Player().play, args=(playqueue.kodi_pl, None, False, startPos))