From 3ba09e1ff056e8be4946c27b0b8018f8950bce1d Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 2 Jun 2019 13:30:23 +0200 Subject: [PATCH] Increase logging --- resources/lib/playback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playback.py b/resources/lib/playback.py index 8c4df84d..06b252c5 100644 --- a/resources/lib/playback.py +++ b/resources/lib/playback.py @@ -227,7 +227,7 @@ def _playback_init(plex_id, plex_type, playqueue, pos): trailers = utils.yesno_dialog(utils.lang(29999), utils.lang(33016)) else: trailers = True - LOG.debug('Playing trailers: %s', trailers) + LOG.debug('Resuming: %s. Playing trailers: %s', resume, trailers) playqueue.clear() if plex_type != v.PLEX_TYPE_CLIP: # Post to the PMS to create a playqueue - in any case due to Companion