diff --git a/plextraktsync/plex/PlexShowSectionPager.py b/plextraktsync/plex/PlexShowSectionPager.py index 0a9f50c397..0c0bd5770f 100644 --- a/plextraktsync/plex/PlexShowSectionPager.py +++ b/plextraktsync/plex/PlexShowSectionPager.py @@ -21,7 +21,7 @@ def __len__(self): @cached_property def total_size(self): - return self.section.totalViewSize(libtype="episode") + return self.section.totalViewSize(libtype="episode", includeCollections=False) def __iter__(self): from plexapi import X_PLEX_CONTAINER_SIZE