aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mac/Native/BaseMonoApp.cs')
-rw-r--r--MediaBrowser.Server.Mac/Native/BaseMonoApp.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs b/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs
index da4675b5e..9b8b0cd1b 100644
--- a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs
+++ b/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs
@@ -36,6 +36,14 @@ namespace MediaBrowser.Server.Mac
}
}
+ public virtual bool SupportsLibraryMonitor
+ {
+ get
+ {
+ return false;
+ }
+ }
+
/// <summary>
/// Gets a value indicating whether this instance can self update.
/// </summary>