Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/48eb6f655b3b8a1743846c941c7031d14ff24a67 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change: Update parental code count for DE in test

pull/9992/head
Christoph Landsdorf 2 years ago
parent bfc0056426
commit 48eb6f655b

@ -100,7 +100,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization
await localizationManager.LoadAll();
var ratings = localizationManager.GetParentalRatings().ToList();
Assert.Equal(19, ratings.Count);
Assert.Equal(24, ratings.Count);
var fsk = ratings.FirstOrDefault(x => x.Name.Equals("FSK-12", StringComparison.Ordinal));
Assert.NotNull(fsk);

Loading…
Cancel
Save