mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-26 08:17:31 +00:00
Fix image urls, use param version of the end point
fix logging issues remove redundant code for movies update
This commit is contained in:
parent
11218b7891
commit
79387dadbc
3 changed files with 10 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue