mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fixed typo in tv show sync
This commit is contained in:
parent
6eba8db57a
commit
494bf67198
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class LibrarySync():
|
|||
allTVShows.append(item["Id"])
|
||||
progMessage = "Processing"
|
||||
if item["Id"] not in allKodiIds:
|
||||
WriteKodiDB().addMovieToKodiLibrary(item)
|
||||
WriteKodiDB().addTVShowToKodiLibrary(item)
|
||||
updateNeeded = True
|
||||
|
||||
if(self.ShouldStop(pDialog)):
|
||||
|
|
Loading…
Reference in a new issue