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/983b51e0830ece26c1bd8445359fda14f0f99925/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; }
}
}