fixed typo in tv show sync

This commit is contained in:
Marcel van der Veldt 2015-03-20 12:03:35 +01:00
parent 6eba8db57a
commit 494bf67198
1 changed files with 1 additions and 1 deletions

View File

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