@jellyfin/sdk
    Preparing search index...

    Interface PathSubstitution

    Defines the MediaBrowser.Model.Configuration.PathSubstitution.

    PathSubstitution

    interface PathSubstitution {
        From?: string;
        To?: string;
    }
    Index

    Properties

    Properties

    From?: string

    Gets or sets the value to substitute.

    PathSubstitution

    To?: string

    Gets or sets the value to substitution with.

    PathSubstitution