fix delete TV Show

This commit is contained in:
shaun 2015-04-02 19:00:58 +11:00
commit 685cf9ae81
2 changed files with 7 additions and 4 deletions

View file

@ -569,7 +569,7 @@ class LibrarySync():
allMB3TVShows = set(allTVShows)
for show in allKodiShows:
if not show in allMB3TVShows:
WriteKodiDB().deleteTVShowFromKodiLibrary(dir)
WriteKodiDB().deleteTVShowFromKodiLibrary(show)
totalItemsDeleted += 1
if(self.ShouldStop(pDialog)):