mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Re-add logging
Troubleshoot movies receiving the wrong tag
This commit is contained in:
parent
828abd807e
commit
58ed423b16
1 changed files with 2 additions and 0 deletions
|
@ -571,6 +571,8 @@ class LibrarySync(threading.Thread):
|
|||
##### PROCESS MOVIES #####
|
||||
for view in views:
|
||||
|
||||
log.info("Processing: %s", view)
|
||||
|
||||
if self.shouldStop():
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue