Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/376619369d8b1e889475da1191092f43e7f26ae6?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/2944/head
crobibero 5 years ago
parent e151d539f2
commit 376619369d

@ -244,7 +244,7 @@ namespace Jellyfin.Api.Controllers.Images
} }
} }
private string GetThemeName(string path, string rootImagePath) private string? GetThemeName(string path, string rootImagePath)
{ {
var parentName = Path.GetDirectoryName(path); var parentName = Path.GetDirectoryName(path);

Loading…
Cancel
Save