From 65f78ea5ad19620d73eba54ac289fb78ef70af2b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 7 Oct 2013 10:38:31 -0400 Subject: added CanSelfRestart --- MediaBrowser.Model/System/SystemInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/System') diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 60d0564d8..d736298b8 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -62,6 +62,12 @@ namespace MediaBrowser.Model.System /// true if [supports native web socket]; otherwise, false. public bool SupportsNativeWebSocket { get; set; } + /// + /// Gets or sets a value indicating whether this instance can self restart. + /// + /// true if this instance can self restart; otherwise, false. + public bool CanSelfRestart { get; set; } + /// /// Gets or sets plugin assemblies that failed to load. /// -- cgit v1.2.3