diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-20 13:32:21 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2017-09-20 13:32:21 -0400 |
| commit | e35d9be8ad713af09105a9fd54d823c6bb54f35d (patch) | |
| tree | 02384360c6022dbf9e02aed2c691e33bcc83f0aa | |
| parent | ff5d5c640afaf6ae61e44aa7199809e116e1c155 (diff) | |
update macapphost
| -rw-r--r-- | MediaBrowser.Server.Mac/MacAppHost.cs | 16 |
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; - } - } } } |
