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/f177ef39725e39fb0c84ce413f07fcc2eaaf79df/MediaBrowser.Model/Chapters/ChapterProviderInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Chapters
|
|
{
|
|
public class ChapterProviderInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public string Id { get; set; }
|
|
}
|
|
} |