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/ab834f8fdffb64b562ece0512a53f361c62f7f6f/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; }
}
}