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/275fe6622056d134fdf4737319507c4c51d3f389/MediaBrowser.Api/Reports/Common/HeaderActivitiesMetadata.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Api.Reports
|
|
{
|
|
public enum HeaderActivitiesMetadata
|
|
{
|
|
None,
|
|
Name,
|
|
Overview,
|
|
ShortOverview,
|
|
Type,
|
|
Date,
|
|
UserPrimaryImageTag,
|
|
Severity,
|
|
Item,
|
|
User
|
|
}
|
|
}
|