From b4ac51aa1052c895ade917c5b4d314c09d3b29d8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 5 Jan 2014 20:59:21 -0500 Subject: Added SupportsAutoRunAtStartup --- MediaBrowser.ServerApplication/Native/NativeApp.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MediaBrowser.ServerApplication/Native/NativeApp.cs') diff --git a/MediaBrowser.ServerApplication/Native/NativeApp.cs b/MediaBrowser.ServerApplication/Native/NativeApp.cs index c0d3e876a..646a7bc98 100644 --- a/MediaBrowser.ServerApplication/Native/NativeApp.cs +++ b/MediaBrowser.ServerApplication/Native/NativeApp.cs @@ -34,6 +34,18 @@ namespace MediaBrowser.ServerApplication.Native } } + /// + /// Gets a value indicating whether [supports automatic run at startup]. + /// + /// true if [supports automatic run at startup]; otherwise, false. + public static bool SupportsAutoRunAtStartup + { + get + { + return true; + } + } + /// /// Gets a value indicating whether this instance can self update. /// -- cgit v1.2.3