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/b253b86338c613d9977a4db70bef3e5a6eb4f2c5/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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|