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/9ecb85d066a770ac7d14be779032d30b29fb0f56/MediaBrowser.Controller/Net/IRestfulService.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Net/IRestfulService.cs

12 lines
197 B

using ServiceStack;
namespace MediaBrowser.Controller.Net
{
/// <summary>
/// Interface IRestfulService
/// </summary>
public interface IRestfulService : IService
{
}
}