Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias GetSettingsPlexLibraryData

    type GetSettingsPlexLibraryData = {
        body?: never;
        path?: never;
        query?: { sync?: string | null; enable?: string | null };
        url: "/settings/plex/library";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { sync?: string | null; enable?: string | null }

    Type Declaration

    • Optionalsync?: string | null

      Syncs the current libraries with the current Plex server

    • Optionalenable?: string | null

      Comma separated list of libraries to enable. Any libraries not passed will be disabled!

    url: "/settings/plex/library"