diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-03 14:13:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-03 14:13:53 -0400 |
| commit | 0ee844dd46f98a009c656afb3ca8618902a725d8 (patch) | |
| tree | 00c46f351256c074c249d64078a2f6c276a6f3a0 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 63b218be44656a7ff81b22441941611178d26847 (diff) | |
hide library monitor from certain operating systems
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index d202e221e..1b842a5f6 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -24,6 +24,12 @@ namespace MediaBrowser.Controller bool SupportsAutoRunAtStartup { get; } /// <summary> + /// Gets a value indicating whether [supports library monitor]. + /// </summary> + /// <value><c>true</c> if [supports library monitor]; otherwise, <c>false</c>.</value> + bool SupportsLibraryMonitor { get; } + + /// <summary> /// Gets the HTTP server port. /// </summary> /// <value>The HTTP server port.</value> |
