|
|
@ -54,12 +54,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
/// <value>The value pointing to the file system where the ssl certiifcate is located..</value>
|
|
|
|
/// <value>The value pointing to the file system where the ssl certiifcate is located..</value>
|
|
|
|
public string CertificatePath { get; set; }
|
|
|
|
public string CertificatePath { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets a value indicating whether [enable internet providers].
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value><c>true</c> if [enable internet providers]; otherwise, <c>false</c>.</value>
|
|
|
|
|
|
|
|
public bool EnableInternetProviders { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets a value indicating whether this instance is port authorized.
|
|
|
|
/// Gets or sets a value indicating whether this instance is port authorized.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -87,12 +81,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
/// <value>The display name of the season zero.</value>
|
|
|
|
/// <value>The display name of the season zero.</value>
|
|
|
|
public string SeasonZeroDisplayName { get; set; }
|
|
|
|
public string SeasonZeroDisplayName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets a value indicating whether [save local meta].
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value><c>true</c> if [save local meta]; otherwise, <c>false</c>.</value>
|
|
|
|
|
|
|
|
public bool SaveLocalMeta { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the preferred metadata language.
|
|
|
|
/// Gets or sets the preferred metadata language.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -243,8 +231,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
|
|
|
|
|
|
LibraryMonitorDelay = 60;
|
|
|
|
LibraryMonitorDelay = 60;
|
|
|
|
|
|
|
|
|
|
|
|
EnableInternetProviders = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PathSubstitutions = new PathSubstitution[] { };
|
|
|
|
PathSubstitutions = new PathSubstitution[] { };
|
|
|
|
ContentTypes = new NameValuePair[] { };
|
|
|
|
ContentTypes = new NameValuePair[] { };
|
|
|
|
|
|
|
|
|
|
|
|