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/c888b34a6219be0c06331e568d66a8fdf17bceaa/MediaBrowser.Model/LiveTv/RecordingStatus.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Model.LiveTv
|
|
{
|
|
public enum RecordingStatus
|
|
{
|
|
New,
|
|
InProgress,
|
|
Completed,
|
|
Cancelled,
|
|
ConflictedOk,
|
|
ConflictedNotOk,
|
|
Error
|
|
}
|
|
}
|