From 9de1e0995023bf79d56bd93d4f361720e7f76dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 14 Jan 2024 21:59:32 +0200 Subject: [PATCH] Skip collections from PlexShowSectionPager --- plextraktsync/plex/PlexShowSectionPager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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