mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 21:38:58 +00:00
acumulate change values with |= and dont set art if it is ""
This commit is contained in:
parent
5b65e1cfda
commit
c38ecfa462
4 changed files with 83 additions and 45 deletions
|
@ -50,7 +50,11 @@ class LibrarySync():
|
|||
|
||||
#what sync method to perform ?
|
||||
if syncOption == "Full Sync":
|
||||
|
||||
pr = utils.startProfiling()
|
||||
self.MoviesSync(True)
|
||||
utils.stopProfiling(pr, "MoviesSync(True)")
|
||||
|
||||
self.TvShowsSync(True)
|
||||
if syncOption == "Incremental Sync":
|
||||
self.MoviesSync(False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue