mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-15 13:16:49 +01:00
Add Fallback
This commit is contained in:
@@ -145,6 +145,8 @@ namespace Jellyfin.Server
|
||||
options.SupportedUICultures = supportedUICultures;
|
||||
options.DefaultRequestCulture = new RequestCulture(serverUICulture);
|
||||
options.ApplyCurrentCultureToResponseHeaders = true;
|
||||
options.FallBackToParentCultures = true;
|
||||
options.FallBackToParentUICultures = true;
|
||||
});
|
||||
|
||||
services.AddHostedService<RecordingsHost>();
|
||||
|
||||
Reference in New Issue
Block a user