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/fab8cb34b7e6ba1caa8bdcf131f4744ebb0a5fd7/MediaBrowser.Model/Connect/PinExchangeResult.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Connect/PinExchangeResult.cs

10 lines
183 B

namespace MediaBrowser.Model.Connect
{
public class PinExchangeResult
{
public string UserId { get; set; }
public string AccessToken { get; set; }
}
}