Increase logging
This commit is contained in:
parent
fc1d77eff2
commit
7d61f153c3
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ class Items(object):
|
||||||
"""
|
"""
|
||||||
# If the playback was stopped, check whether we need to increment the
|
# If the playback was stopped, check whether we need to increment the
|
||||||
# playcount. PMS won't tell us the playcount via websockets
|
# 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:
|
if mark_played:
|
||||||
LOG.info('Marking as completely watched in Kodi')
|
LOG.info('Marking as completely watched in Kodi')
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue