diff --git a/plextraktsync/plex/PlexLibrarySection.py b/plextraktsync/plex/PlexLibrarySection.py index 47c4d0a7c1..c229bbabb6 100644 --- a/plextraktsync/plex/PlexLibrarySection.py +++ b/plextraktsync/plex/PlexLibrarySection.py @@ -23,12 +23,6 @@ def __init__(self, section: ShowSection | MovieSection, plex: PlexApi = None): self.section = section self.plex = plex - def __len__(self): - return self.section.totalSize - - def __iter__(self): - return self.items(len(self)) - def pager(self, libtype: Literal["episode"] = None): from plextraktsync.plex.PlexSectionPager import PlexSectionPager