mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-09 07:06:34 +00:00
Remove Empty shows dialog (#139)
This commit is contained in:
parent
ebf7c6c4cb
commit
0bc7774a46
20 changed files with 0 additions and 152 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue