From e35d9be8ad713af09105a9fd54d823c6bb54f35d Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 20 Sep 2017 13:32:21 -0400 Subject: [PATCH] update macapphost --- MediaBrowser.Server.Mac/MacAppHost.cs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs index 7ad96d2bf2..44dec83d2b 100644 --- a/MediaBrowser.Server.Mac/MacAppHost.cs +++ b/MediaBrowser.Server.Mac/MacAppHost.cs @@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac throw new NotImplementedException(); } - public override bool SupportsRunningAsService - { - get - { - return false; - } - } - public override bool SupportsAutoRunAtStartup { get { return false; } } - - public override bool IsRunningAsService - { - get - { - return false; - } - } } }