fixed small error in full sync
This commit is contained in:
parent
fe35d84e1e
commit
ea8c810a05
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class LibrarySync():
|
|||
comparestring2 = str(KodiItem["season"]) + "-" + str(KodiItem["episode"])
|
||||
if comparestring1 == comparestring2:
|
||||
#match found - update episode
|
||||
WriteKodiDB().updateEpisodeToKodiLibrary(item,KodiItem,tvshow)
|
||||
WriteKodiDB().updateEpisodeToKodiLibrary(item,KodiItem)
|
||||
break
|
||||
|
||||
if(self.ShouldStop()):
|
||||
|
|
Loading…
Reference in a new issue