Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/d5c7845917bd15a945aacb92f50db6502123ad9a/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

10 years ago

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