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/796bdd46df40ce0f964d4c293361205ded3b41cb/MediaBrowser.Model/MediaInfo/LiveStreamResponse.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/MediaInfo/LiveStreamResponse.cs

13 lines
242 B

#pragma warning disable CS1591
#pragma warning disable SA1600
using MediaBrowser.Model.Dto;
namespace MediaBrowser.Model.MediaInfo
{
public class LiveStreamResponse
{
public MediaSourceInfo MediaSource { get; set; }
}
}