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/5636b53ed110b5db20de04641cca878937271d1f/MediaBrowser.Common/Plugins/IDependencyModule.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Common/Plugins/IDependencyModule.cs

7 lines
158 B

namespace MediaBrowser.Common.Plugins
{
public interface IDependencyModule
{
void BindDependencies(IDependencyContainer container);
}
}