diff --git a/resources/lib/objects/tvshows.py b/resources/lib/objects/tvshows.py index c6c2b37e..b8a79d16 100644 --- a/resources/lib/objects/tvshows.py +++ b/resources/lib/objects/tvshows.py @@ -234,10 +234,11 @@ class TVShows(Items): artwork = self.artwork API = api.API(item) - if settings('syncEmptyShows') == "false" and not item.get('RecursiveItemCount'): + # Server api changed or something? RecursiveItemCount always returns 0 + """if settings('syncEmptyShows') == "false" and not item.get('RecursiveItemCount'): if item.get('Name', None) is not None: log.info("Skipping empty show: %s", item['Name']) - return + return""" # If the item already exist in the local Kodi DB we'll perform a full item update # If the item doesn't exist, we'll add it to the database update_item = True