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/ef644ca8a973865e29322ce5451d7688f1de0adb/MediaBrowser.Controller/Providers/IForcedProvider.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
/// <summary>
|
|
/// This is a marker interface that will cause a provider to run even if IsLocked=true
|
|
/// </summary>
|
|
public interface IForcedProvider
|
|
{
|
|
}
|
|
}
|