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/System/SystemInfo.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/System/SystemInfo.cs') 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