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/89a21c96c05dd89ff2d2bd5926d0f98c6ef0db9b/MediaBrowser.Controller/Providers/IPreRefreshProvider.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Providers/IPreRefreshProvider.cs

8 lines
128 B

namespace MediaBrowser.Controller.Providers
{
public interface IPreRefreshProvider : ICustomMetadataProvider
{
}
}