Skip to content

Commit

Permalink
Merge pull request #2899 from MediaBrowser/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
LukePulverenti authored Sep 20, 2017
2 parents a442a2a + b16f74b commit 1748e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions MediaBrowser.Server.Mac/Emby.Server.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\appservices.html">
<Link>Resources\dashboard-ui\appservices.html</Link>
</BundleResource>
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\autoorganizelog.html">
<Link>Resources\dashboard-ui\autoorganizelog.html</Link>
</BundleResource>
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\camerauploadsettings.html">
<Link>Resources\dashboard-ui\camerauploadsettings.html</Link>
</BundleResource>
Expand Down Expand Up @@ -2388,9 +2385,6 @@
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\pluginspage.js">
<Link>Resources\dashboard-ui\scripts\pluginspage.js</Link>
</BundleResource>
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\reports.js">
<Link>Resources\dashboard-ui\scripts\reports.js</Link>
</BundleResource>
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\scheduledtaskpage.js">
<Link>Resources\dashboard-ui\scripts\scheduledtaskpage.js</Link>
</BundleResource>
Expand Down
16 changes: 0 additions & 16 deletions MediaBrowser.Server.Mac/MacAppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,9 @@ protected override void ConfigureAutoRunInternal(bool autorun)
throw new NotImplementedException();
}

public override bool SupportsRunningAsService
{
get
{
return false;
}
}

public override bool SupportsAutoRunAtStartup
{
get { return false; }
}

public override bool IsRunningAsService
{
get
{
return false;
}
}
}
}

0 comments on commit 1748e29

Please sign in to comment.