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/49e56c147ec3c1318e727a34ed916f2a4d4032d0/MediaBrowser.Model/MediaInfo/LiveStreamResponse.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using MediaBrowser.Model.Dto;
|
|
|
|
namespace MediaBrowser.Model.MediaInfo
|
|
{
|
|
public class LiveStreamResponse
|
|
{
|
|
public LiveStreamResponse(MediaSourceInfo mediaSource)
|
|
{
|
|
MediaSource = mediaSource;
|
|
}
|
|
|
|
public MediaSourceInfo MediaSource { get; }
|
|
}
|
|
}
|