From bb879fff33ddc40bc15b025c3e7449c7becb2d46 Mon Sep 17 00:00:00 2001 From: cvium Date: Sat, 5 Jan 2019 23:07:06 +0100 Subject: Remove AutoRunAtStartup --- MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs | 6 ------ MediaBrowser.Model/System/SystemInfo.cs | 6 ------ 2 files changed, 12 deletions(-) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs index f84735bed..08bf2379f 100644 --- a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs +++ b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs @@ -29,12 +29,6 @@ namespace MediaBrowser.Model.Configuration /// The log file retention days. public int LogFileRetentionDays { get; set; } - /// - /// Gets or sets a value indicating whether [run at startup]. - /// - /// true if [run at startup]; otherwise, false. - public bool RunAtStartup { get; set; } - /// /// Gets or sets a value indicating whether this instance is first run. /// diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 031222b75..a63ce5e66 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -118,12 +118,6 @@ namespace MediaBrowser.Model.System /// true if this instance has update available; otherwise, false. public bool HasUpdateAvailable { get; set; } - /// - /// Gets or sets a value indicating whether [supports automatic run at startup]. - /// - /// true if [supports automatic run at startup]; otherwise, false. - public bool SupportsAutoRunAtStartup { get; set; } - public string EncoderLocationType { get; set; } public Architecture SystemArchitecture { get; set; } -- cgit v1.2.3