@ctrl/plex
    Preparing search index...

    Type Alias LibrarySectionAllOptions

    LibrarySectionAllOptions: Omit<Partial<SearchArgs>, "libtype" | "maxresults"> & {
        libtype?: Libtype;
        maxResults?: number;
    }

    Type Declaration

    • Optionallibtype?: Libtype

      Return a specific library item type instead of the section default.

      Passing this narrows section.all({ libtype }) to the matching model type.

    • OptionalmaxResults?: number

      Maximum number of items to return.

      Plex may ignore the container size hint on some endpoints, so this method also applies the limit locally before returning.