Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/be6ed3ec7bafa20770f932f71a4f0a1f8c5a87b3?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add comment

pull/2449/head
Bond_009 5 years ago
parent a2f955e2eb
commit be6ed3ec7b

@ -47,6 +47,7 @@ namespace MediaBrowser.WebDashboard.Api
return string.Equals(Path.GetExtension(path), ".html", StringComparison.OrdinalIgnoreCase); return string.Equals(Path.GetExtension(path), ".html", StringComparison.OrdinalIgnoreCase);
} }
// Modifies the HTML by adding common meta tags, css and js.
public async Task<Stream> ModifyHtml( public async Task<Stream> ModifyHtml(
string path, string path,
Stream sourceStream, Stream sourceStream,

Loading…
Cancel
Save