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