mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make startup config nullable when configuring app configuration
This commit is contained in:
parent
a67e32f8ec
commit
6a6293afc7
@ -499,7 +499,7 @@ namespace Jellyfin.Server
|
|||||||
.Build();
|
.Build();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static IConfigurationBuilder ConfigureAppConfiguration(this IConfigurationBuilder config, IApplicationPaths appPaths, IConfiguration startupConfig = null)
|
private static IConfigurationBuilder ConfigureAppConfiguration(this IConfigurationBuilder config, IApplicationPaths appPaths, IConfiguration? startupConfig = null)
|
||||||
{
|
{
|
||||||
// Use the swagger API page as the default redirect path if not hosting the jellyfin-web content
|
// Use the swagger API page as the default redirect path if not hosting the jellyfin-web content
|
||||||
var inMemoryDefaultConfig = ConfigurationOptions.DefaultConfiguration;
|
var inMemoryDefaultConfig = ConfigurationOptions.DefaultConfiguration;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user