small changes
This commit is contained in:
parent
62b3f8da2d
commit
53fb4a9207
1 changed files with 85 additions and 82 deletions
|
@ -218,7 +218,10 @@ class LibrarySync():
|
|||
|
||||
# incremental sync --> new episodes only
|
||||
if not fullsync:
|
||||
|
||||
latestMBEpisodes = ReadEmbyDB().getLatestEpisodes(True)
|
||||
|
||||
if latestMBEpisodes != None:
|
||||
allKodiTvShowsIds = set(ReadKodiDB().getKodiTvShowsIds(True))
|
||||
|
||||
updateNeeded = False
|
||||
|
|
Loading…
Reference in a new issue