More logging
This commit is contained in:
parent
0b1a53e839
commit
722dce78d2
1 changed files with 3 additions and 0 deletions
|
@ -975,6 +975,9 @@ class LibrarySync(Thread):
|
||||||
try:
|
try:
|
||||||
xml[0].attrib
|
xml[0].attrib
|
||||||
except (TypeError, AttributeError, IndexError):
|
except (TypeError, AttributeError, IndexError):
|
||||||
|
self.logMsg('Error updating watch status. Could not get viewId: '
|
||||||
|
'%s of itemType %s with lastViewedAt: %s, updatedAt: '
|
||||||
|
'%s' % (viewId, itemType, lastViewedAt, updatedAt), -1)
|
||||||
return
|
return
|
||||||
|
|
||||||
if itemType in ('Movies', 'TVShows'):
|
if itemType in ('Movies', 'TVShows'):
|
||||||
|
|
Loading…
Reference in a new issue