hide library monitor from certain operating systems

This commit is contained in:
Luke Pulverenti
2015-10-03 14:13:53 -04:00
parent 63b218be44
commit 0ee844dd46
7 changed files with 39 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ namespace MediaBrowser.ServerApplication.Native
}
}
public bool SupportsLibraryMonitor
{
get { return true; }
}
public bool SupportsRunningAsService
{
get