diff --git a/plextraktsync/plex/PlexSectionPager.py b/plextraktsync/plex/PlexSectionPager.py index 643cbcbcc2..67f63bd34a 100644 --- a/plextraktsync/plex/PlexSectionPager.py +++ b/plextraktsync/plex/PlexSectionPager.py @@ -22,6 +22,7 @@ def __len__(self): return self.total_size @cached_property + @retry def total_size(self): return self.section.totalViewSize(libtype=self.libtype, includeCollections=False)