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/853848966f191c3dc026b77a8214bd22b9f266ce/MediaBrowser.Controller/Entities/IArchivable.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public interface IArchivable
|
|
{
|
|
bool IsArchive { get; }
|
|
}
|
|
}
|