aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-09-20 13:32:21 -0400
committerLuke <luke.pulverenti@gmail.com>2017-09-20 13:32:21 -0400
commite35d9be8ad713af09105a9fd54d823c6bb54f35d (patch)
tree02384360c6022dbf9e02aed2c691e33bcc83f0aa
parentff5d5c640afaf6ae61e44aa7199809e116e1c155 (diff)
update macapphost
-rw-r--r--MediaBrowser.Server.Mac/MacAppHost.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs
index 7ad96d2bf..44dec83d2 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;
- }
- }
}
}