@jellyfin/sdk
    Preparing search index...

    Interface LibraryStructureApiRemoveMediaPathRequest

    Request parameters for removeMediaPath operation in LibraryStructureApi.

    LibraryStructureApiRemoveMediaPathRequest

    interface LibraryStructureApiRemoveMediaPathRequest {
        name?: string;
        path?: string;
        refreshLibrary?: boolean;
    }
    Index

    Properties

    name?: string

    The name of the library.

    LibraryStructureApiRemoveMediaPath

    path?: string

    The path to remove.

    LibraryStructureApiRemoveMediaPath

    refreshLibrary?: boolean

    Whether to refresh the library.

    LibraryStructureApiRemoveMediaPath