mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-28 09:16:32 +00:00
Batch up all the params needed to update a movie and send them all at once
This commit is contained in:
parent
bb3f52ea51
commit
960cec8163
2 changed files with 220 additions and 2 deletions
|
@ -165,7 +165,8 @@ class LibrarySync():
|
|||
|
||||
kodimovie = allKodiMovies.get(item["Id"], None)
|
||||
if(kodimovie != None):
|
||||
WriteKodiDB().updateMovieToKodiLibrary(item,kodimovie)
|
||||
#WriteKodiDB().updateMovieToKodiLibrary(item, kodimovie)
|
||||
WriteKodiDB().updateMovieToKodiLibrary_Batched(item, kodimovie)
|
||||
|
||||
if(self.ShouldStop(pDialog)):
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue