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

    Type Alias PostSettingsPlexSyncResponses

    type PostSettingsPlexSyncResponses = {
        "200": {
            running?: boolean;
            progress?: number;
            total?: number;
            currentLibrary?: PlexLibrary;
            libraries?: PlexLibrary[];
        };
    }
    Index

    Properties

    Properties

    "200": {
        running?: boolean;
        progress?: number;
        total?: number;
        currentLibrary?: PlexLibrary;
        libraries?: PlexLibrary[];
    }

    Status of Plex scan