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/f177ef39725e39fb0c84ce413f07fcc2eaaf79df/MediaBrowser.Model/Chapters/ChapterProviderInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Chapters/ChapterProviderInfo.cs

8 lines
170 B

11 years ago
namespace MediaBrowser.Model.Chapters
{
public class ChapterProviderInfo
{
public string Name { get; set; }
public string Id { get; set; }
}
}