Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/2e9abb2e3509e2dc307fd7ec14f8b9f00df8d4cc/MediaBrowser.Model/Entities/RequestResult.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Entities/RequestResult.cs

8 lines
94 B

namespace MediaBrowser.Model.Entities
{
public class EmptyRequestResult
{
}
}