aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-03 14:13:53 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-03 14:13:53 -0400
commit0ee844dd46f98a009c656afb3ca8618902a725d8 (patch)
tree00c46f351256c074c249d64078a2f6c276a6f3a0 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parent63b218be44656a7ff81b22441941611178d26847 (diff)
hide library monitor from certain operating systems
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index 01bc069a7..597caf34c 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -53,6 +53,12 @@ namespace MediaBrowser.Server.Startup.Common
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 a value indicating whether this instance can self update.
/// </summary>
/// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value>