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

7 lines
105 B

6 years ago
namespace MediaBrowser.Controller.Providers
{
public class SeriesInfo : ItemLookupInfo
{
}
}