|
|
|
@ -187,7 +187,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
|
|
|
|
public bool EnableAutomaticRestart { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool EnableRealtimeMonitor { get; set; }
|
|
|
|
|
public PathSubstitution[] PathSubstitutions { get; set; }
|
|
|
|
|
|
|
|
|
|
public string ServerName { get; set; }
|
|
|
|
@ -210,6 +209,8 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
|
|
|
|
public bool DenyIFrameEmbedding { get; set; }
|
|
|
|
|
|
|
|
|
|
public AutoOnOff EnableLibraryMonitor { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
|
|
|
|
/// </summary>
|
|
|
|
@ -236,6 +237,7 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
// 5 minutes
|
|
|
|
|
MinResumeDurationSeconds = 300;
|
|
|
|
|
|
|
|
|
|
EnableLibraryMonitor = AutoOnOff.Auto;
|
|
|
|
|
RealtimeLibraryMonitorDelay = 40;
|
|
|
|
|
|
|
|
|
|
EnableInternetProviders = true;
|
|
|
|
@ -253,8 +255,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
|
|
|
|
SeasonZeroDisplayName = "Specials";
|
|
|
|
|
|
|
|
|
|
EnableRealtimeMonitor = true;
|
|
|
|
|
|
|
|
|
|
UICulture = "en-us";
|
|
|
|
|
|
|
|
|
|
PeopleMetadataOptions = new PeopleMetadataOptions();
|
|
|
|
|