PathSubstitution

data class PathSubstitution(val from: String, val to: String)

Defines the MediaBrowser.Model.Configuration.PathSubstitution.

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard

The value to substitute.

Link copied to clipboard
val to: String

The value to substitution with.