From 0ee844dd46f98a009c656afb3ca8618902a725d8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 3 Oct 2015 14:13:53 -0400 Subject: hide library monitor from certain operating systems --- MediaBrowser.Server.Startup.Common/INativeApp.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs') diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 01bc069a77..597caf34cc 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -52,6 +52,12 @@ namespace MediaBrowser.Server.Startup.Common /// true if [supports autorun at startup]; otherwise, false. bool SupportsAutoRunAtStartup { get; } + /// + /// Gets a value indicating whether [supports library monitor]. + /// + /// true if [supports library monitor]; otherwise, false. + bool SupportsLibraryMonitor { get; } + /// /// Gets a value indicating whether this instance can self update. /// -- cgit v1.2.3