mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-26 16:27:31 +00:00
fix delete TV Show
This commit is contained in:
parent
6f11368575
commit
685cf9ae81
2 changed files with 7 additions and 4 deletions
|
@ -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)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue