diff --git a/MediaBrowser.Server.Mac/Emby.Server.Mac.csproj b/MediaBrowser.Server.Mac/Emby.Server.Mac.csproj index 3ec880a77e..483033f100 100644 --- a/MediaBrowser.Server.Mac/Emby.Server.Mac.csproj +++ b/MediaBrowser.Server.Mac/Emby.Server.Mac.csproj @@ -258,9 +258,6 @@ Resources\dashboard-ui\appservices.html - - Resources\dashboard-ui\autoorganizelog.html - Resources\dashboard-ui\camerauploadsettings.html @@ -2388,9 +2385,6 @@ Resources\dashboard-ui\scripts\pluginspage.js - - Resources\dashboard-ui\scripts\reports.js - Resources\dashboard-ui\scripts\scheduledtaskpage.js 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; - } - } } }