@ctrl/plex
    Preparing search index...

    Interface UpdateFriendOptions

    interface UpdateFriendOptions {
        filters?: LibraryShareFilters;
        permissions?: LibrarySharePermissions;
        removeSections?: boolean;
        sections?: readonly LibraryShareSection[];
        server: string | PlexServer;
    }

    Hierarchy (View Summary)

    Index

    Optional content and label restrictions by library family.

    Account capabilities granted to the invited user.

    removeSections?: boolean

    Remove this server's library share. Supersedes sections.

    sections?: readonly LibraryShareSection[]

    Libraries to share. Omit or pass an empty list to invite without libraries.

    server: string | PlexServer

    Plex server or machine identifier containing the libraries.