Remove Empty shows dialog (#139)

This commit is contained in:
Abby 2019-11-07 13:04:34 +00:00 committed by Odd Stråbø
commit 0bc7774a46
20 changed files with 0 additions and 152 deletions

View file

@ -54,13 +54,6 @@ class TVShows(KodiDb):
obj = self.objects.map(item, 'Series')
update = True
if not settings('syncEmptyShows.bool') and not obj['RecursiveCount']:
LOG.info("Skipping empty show %s: %s", obj['Title'], obj['Id'])
self.remove(obj['Id'])
return False
try:
obj['ShowId'] = e_item[0]
obj['PathId'] = e_item[2]