jellyfin/Jellyfin.Server
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
..
Extensions Fix more review comments 2019-11-24 19:25:46 +01:00
Migrations Store migration names alongside Ids in configuration in order to assist with development/debugging 2020-03-08 17:40:30 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Resources/Configuration Increase min log level to 'Warning' framework namespaces 2020-03-03 00:36:54 +01:00
CoreAppHost.cs Improve migration logic 2020-03-05 20:09:33 +03:00
Jellyfin.Server.csproj Update deps 2020-01-28 22:42:07 +01:00
Program.cs Do not call UseContentRoot() on the web host builder 2020-03-15 17:42:57 +01:00
Startup.cs Fix warnings 2020-01-31 22:26:53 +01:00
StartupOptions.cs Merge command line options into framework configuration 2020-03-15 15:34:09 +01:00