jellyfin/Emby.Server.Implementations/AppBase
Mark Monteiro 05ab61200a Do not call UseContentRoot() on the web host builder
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root
Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed.
Finally, move validation of the static content path to the DashboardService where it is actually used.
2020-03-15 17:42:57 +01:00
..
BaseApplicationPaths.cs Do not call UseContentRoot() on the web host builder 2020-03-15 17:42:57 +01:00
BaseConfigurationManager.cs Merge pull request #2041 from Bond-009/warn11 2019-12-11 01:14:55 +09:00
ConfigurationHelper.cs Fix some warnings 2019-11-22 16:15:31 +01:00