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/1d14c98ec8fbbccfd53a9fda726c241feb0c35b3/MediaBrowser.Model/Querying/UserQuery.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Model.Querying
|
|
{
|
|
public class UserQuery
|
|
{
|
|
public bool? IsHidden { get; set; }
|
|
public bool? IsDisabled { get; set; }
|
|
}
|
|
}
|