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/b9baf377e81e454438d9faad1b1b793a719bb667/DvdLib/Ifo/Program.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace DvdLib.Ifo
|
|
{
|
|
public class Program
|
|
{
|
|
public readonly List<Cell> Cells;
|
|
|
|
public Program(List<Cell> cells)
|
|
{
|
|
Cells = cells;
|
|
}
|
|
}
|
|
}
|