Increase logging

This commit is contained in:
croneter 2019-06-02 13:30:23 +02:00
parent d0c0ab2a56
commit 3ba09e1ff0

View file

@ -227,7 +227,7 @@ def _playback_init(plex_id, plex_type, playqueue, pos):
trailers = utils.yesno_dialog(utils.lang(29999), utils.lang(33016)) trailers = utils.yesno_dialog(utils.lang(29999), utils.lang(33016))
else: else:
trailers = True trailers = True
LOG.debug('Playing trailers: %s', trailers) LOG.debug('Resuming: %s. Playing trailers: %s', resume, trailers)
playqueue.clear() playqueue.clear()
if plex_type != v.PLEX_TYPE_CLIP: if plex_type != v.PLEX_TYPE_CLIP:
# Post to the PMS to create a playqueue - in any case due to Companion # Post to the PMS to create a playqueue - in any case due to Companion