Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/21e7ceae8e15e19bdb111e51aba41e6a3ac3333d/MediaBrowser.Controller/Providers/IForcedProvider.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Providers/IForcedProvider.cs

10 lines
243 B

6 years ago
namespace MediaBrowser.Controller.Providers
{
/// <summary>
/// This is a marker interface that will cause a provider to run even if an item is locked from changes.
6 years ago
/// </summary>
public interface IForcedProvider
{
}
}