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:
|
||||
xml[0].attrib
|
||||
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
|
||||
|
||||
if itemType in ('Movies', 'TVShows'):
|
||||
|
|
Loading…
Reference in a new issue