mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-27 18:01:35 +00:00
moved some more logging to info or debug level
This commit is contained in:
parent
e24d20706d
commit
5b65e1cfda
4 changed files with 20 additions and 24 deletions
|
@ -629,8 +629,7 @@ class LibrarySync():
|
|||
#process movie
|
||||
if type=='Movie':
|
||||
MB3Movie = ReadEmbyDB().getItem(itemID)
|
||||
kodiItem = ReadKodiDB().getKodiMovie(itemID)
|
||||
print MB3Movie
|
||||
kodiItem = ReadKodiDB().getKodiMovie(itemID)
|
||||
if(self.ShouldStop()):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue