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

Update BaseMonoApp.cs

release-10.1.0
Luke 9 years ago
parent c838ae4b92
commit 05fa9726cd

@ -87,11 +87,6 @@ namespace MediaBrowser.Server.Mac
get { return false; }
}
public void PreventSystemStandby()
{
}
public List<Assembly> GetAssembliesWithParts()
{
var list = new List<Assembly>();

Loading…
Cancel
Save