acumulate change values with |= and dont set art if it is ""

This commit is contained in:
faush01 2015-03-20 10:48:59 +11:00
commit c38ecfa462
4 changed files with 83 additions and 45 deletions

View file

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