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/e2751d42e8775596b7c4b929fd004d879f980947/MediaBrowser.Model/Updates/PackageTargetSystem.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Updates
|
|
{
|
|
/// <summary>
|
|
/// Enum PackageType
|
|
/// </summary>
|
|
public enum PackageTargetSystem
|
|
{
|
|
/// <summary>
|
|
/// Server
|
|
/// </summary>
|
|
Server,
|
|
/// <summary>
|
|
/// MB Theater
|
|
/// </summary>
|
|
MBTheater,
|
|
/// <summary>
|
|
/// MB Classic
|
|
/// </summary>
|
|
MBClassic
|
|
}
|
|
} |