From a2dc5e090bac15ee2dd7c83281aa9fada1f74734 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 8 Sep 2014 21:15:31 -0400 Subject: update translations --- 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 4e0d82191..b348277c3 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -20,6 +20,12 @@ namespace MediaBrowser.Model.System /// true if this instance is running as service; otherwise, false. public bool IsRunningAsService { get; set; } + /// + /// Gets or sets a value indicating whether [supports running as service]. + /// + /// true if [supports running as service]; otherwise, false. + public bool SupportsRunningAsService { get; set; } + /// /// Gets or sets the mac address. /// -- cgit v1.2.3