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/04aa4965c6eaa9f4068a964058cbb1fac460256c/MediaBrowser.Controller/LiveTv/RecordingStatusChangedEventArgs.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using MediaBrowser.Model.LiveTv;
|
|
using System;
|
|
|
|
namespace MediaBrowser.Controller.LiveTv
|
|
{
|
|
public class RecordingStatusChangedEventArgs : EventArgs
|
|
{
|
|
public string RecordingId { get; set; }
|
|
|
|
public RecordingStatus NewStatus { get; set; }
|
|
}
|
|
}
|