update library monitor

This commit is contained in:
Luke Pulverenti
2015-10-05 21:22:56 -04:00
parent e5fdf31ec4
commit 2fdafcaee6
2 changed files with 1 additions and 11 deletions

View File

@@ -119,11 +119,6 @@ namespace MediaBrowser.Server.Mono.Native
{
get
{
if (StartupOptions.ContainsOption("-allowrealtimemonitor"))
{
return true;
}
return false;
}
}