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/3f66a482069ab98396952292db379e7248cb1166/MediaBrowser.Controller/Providers/IHasOrder.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
/// <summary>
|
|
/// Interface IHasOrder.
|
|
/// </summary>
|
|
public interface IHasOrder
|
|
{
|
|
/// <summary>
|
|
/// Gets the order.
|
|
/// </summary>
|
|
/// <value>The order.</value>
|
|
int Order { get; }
|
|
}
|
|
}
|