small changes

This commit is contained in:
Marcel van der Veldt 2015-03-18 22:38:02 +01:00
parent 62b3f8da2d
commit 53fb4a9207
1 changed files with 85 additions and 82 deletions

View File

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