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/e76e8bb96cf119380582d573fa057fd258c839a0/MediaBrowser.Controller/Subtitles/SubtitleResponse.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System.IO;
|
|
|
|
namespace MediaBrowser.Controller.Subtitles
|
|
{
|
|
public class SubtitleResponse
|
|
{
|
|
public string Language { get; set; }
|
|
public string Format { get; set; }
|
|
public bool IsForced { get; set; }
|
|
public Stream Stream { get; set; }
|
|
}
|
|
} |