update mac project

This commit is contained in:
Luke
2015-10-27 00:13:12 -04:00
parent 35778ebc02
commit 56239bf321
4 changed files with 651 additions and 166 deletions

View File

@@ -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>