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/dc9742a2ed4e36108721f7dd7776da939c97563d/MediaBrowser.Model/Connect/ConnectUserQuery.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Model.Connect
|
|
{
|
|
public class ConnectUserQuery
|
|
{
|
|
public string Id { get; set; }
|
|
public string Name { get; set; }
|
|
public string Email { get; set; }
|
|
public string NameOrEmail { get; set; }
|
|
}
|
|
}
|