Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/3ade3a8e63204becb856bbc268ce877c82a44a2c/MediaBrowser.Controller/Providers/SeriesInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Providers/SeriesInfo.cs

9 lines
137 B

#pragma warning disable CS1591
6 years ago
namespace MediaBrowser.Controller.Providers
{
public class SeriesInfo : ItemLookupInfo
{
}
}