update macapphost

This commit is contained in:
Luke 2017-09-20 13:32:21 -04:00
parent ff5d5c640a
commit e35d9be8ad

View file

@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac
throw new NotImplementedException(); throw new NotImplementedException();
} }
public override bool SupportsRunningAsService
{
get
{
return false;
}
}
public override bool SupportsAutoRunAtStartup public override bool SupportsAutoRunAtStartup
{ {
get { return false; } get { return false; }
} }
public override bool IsRunningAsService
{
get
{
return false;
}
}
} }
} }