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.Controller/IServerApplicationHost.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index d202e221e0..1b842a5f62 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -23,6 +23,12 @@ namespace MediaBrowser.Controller /// true if [supports automatic run 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 the HTTP server port. /// -- cgit v1.2.3