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/81c7999f6134589a462d7a0b018a15015e6374cd/MediaBrowser.Model/Sync/LocalItemInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Sync/LocalItemInfo.cs

12 lines
262 B

namespace MediaBrowser.Model.Sync
{
public class LocalItemInfo
{
public string ServerId { get; set; }
public string Id { get; set; }
public string Name { get; set; }
public string PrimaryImageTag { get; set; }
}
}