moved some more logging to info or debug level

This commit is contained in:
Marcel van der Veldt 2015-03-20 00:34:56 +01:00
commit 5b65e1cfda
4 changed files with 20 additions and 24 deletions

View file

@ -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