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/5906e7f8b708b657ae0b4d827f655187a556b32d/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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|