aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/Native
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2015-10-27 00:13:12 -0400
committerLuke <luke.pulverenti@gmail.com>2015-10-27 00:13:12 -0400
commit56239bf321d1db740671d74fab879123ccdd24a8 (patch)
tree5532118dd54671937015180450b3218d9ab56788 /MediaBrowser.Server.Mac/Native
parent35778ebc02e5931142a1fe31a256b7488a07c5c2 (diff)
update mac project
Diffstat (limited to 'MediaBrowser.Server.Mac/Native')
-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>