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/5d19c26d5966db3ff48c73f409290509815cd89a/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; }
|
|
}
|
|
}
|