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/9168829afc3ca74b444092d5a809baba5bcd75c7/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; }
|
|
|
|
|
}
|
|
|
|
|
}
|