Fix image urls, use param version of the end point

fix logging issues
remove redundant code for movies update
This commit is contained in:
shaun 2015-04-18 09:59:12 +10:00
commit 79387dadbc
3 changed files with 10 additions and 87 deletions

View file

@ -172,7 +172,6 @@ class LibrarySync():
WINDOW.setProperty("EmbyUserKey" + userData.get("Key"), item.get('Id') + ";;" + item.get("Type"))
if(kodimovie != None):
#WriteKodiDB().updateMovieToKodiLibrary(item, kodimovie)
updated = WriteKodiDB().updateMovieToKodiLibrary_Batched(item, kodimovie, connection, cursor)
if(updated):
totalItemsUpdated += 1