@ctrl/plex
    Preparing search index...

    Interface LibraryHubsOptions

    interface LibraryHubsOptions {
        identifier?: string | readonly string[];
        sectionID?: string | number | readonly (string | number)[];
        [param: string]: LibraryHubOptionValue;
    }

    Indexable

    Index
    identifier?: string | readonly string[]

    Hub identifiers to limit results to, such as "home.continue".

    sectionID?: string | number | readonly (string | number)[]

    IDs of the sections to limit results to, or "playlists".