From 7d61f153c346ed8f664f517eb38cbdebdd20ff1e Mon Sep 17 00:00:00 2001 From: croneter Date: Thu, 15 Feb 2018 16:59:12 +0100 Subject: [PATCH] Increase logging --- resources/lib/itemtypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 54c07496..46ffef1c 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -158,6 +158,8 @@ class Items(object): """ # If the playback was stopped, check whether we need to increment the # playcount. PMS won't tell us the playcount via websockets + LOG.debug('Set playstate for file_id %s: viewcount: %s, resume: %s', + file_id, view_count, resume) if mark_played: LOG.info('Marking as completely watched in Kodi') try: