diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index b6d7da70..4e7eb236 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -391,7 +391,7 @@ class LibrarySync(): count = 1 for item in tvShowData: - if item.get('IsFolder'): + if item.get('IsFolder') and item.get('RecursiveItemCount') != 0: allTVShows.append(item["Id"]) viewTVShows.append(item["Id"]) item['Tag'] = []