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.Server.Mono/Native/NativeApp.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Server.Mono/Native') diff --git a/MediaBrowser.Server.Mono/Native/NativeApp.cs b/MediaBrowser.Server.Mono/Native/NativeApp.cs index b8c4447e5f..deff79b4ba 100644 --- a/MediaBrowser.Server.Mono/Native/NativeApp.cs +++ b/MediaBrowser.Server.Mono/Native/NativeApp.cs @@ -46,5 +46,10 @@ namespace MediaBrowser.ServerApplication.Native return MainClass.CanSelfUpdate; } } + + public static bool SupportsAutoRunAtStartup + { + get { return false; } + } } } -- cgit v1.2.3