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/afc9224edea4156729264070b317929ff5eaf56e/MediaBrowser.Model/Services/IStreamWriter.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using System.IO;
|
|
|
|
namespace MediaBrowser.Model.Services
|
|
{
|
|
public interface IStreamWriter
|
|
{
|
|
void WriteTo(Stream responseStream);
|
|
}
|
|
}
|