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/407d82ea11383f55d2187a69c9711ee7511ee0e3/MediaBrowser.Model/LiveTv/RecordingGroupQuery.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/LiveTv/RecordingGroupQuery.cs

11 lines
273 B

namespace MediaBrowser.Model.LiveTv
{
public class RecordingGroupQuery
{
/// <summary>
/// Gets or sets the user identifier.
/// </summary>
/// <value>The user identifier.</value>
public string UserId { get; set; }
}
}