diff options
Diffstat (limited to 'MediaBrowser.Server.Mono/Native/NativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Native/NativeApp.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/Native/NativeApp.cs b/MediaBrowser.Server.Mono/Native/NativeApp.cs index b8c4447e5..deff79b4b 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; } + } } } |
