Defines the MediaBrowser.Model.Configuration.PathSubstitution.

PathSubstitution

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

Properties

Properties

From?: string

Gets or sets the value to substitute.

PathSubstitution

To?: string

Gets or sets the value to substitution with.

PathSubstitution