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/08f0ba83357e95f4d2aa289bd893bae9b7c1d2bb/MediaBrowser.Model/Dto/IItemDto.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Dto/IItemDto.cs

9 lines
137 B

namespace MediaBrowser.Model.Dto
{
public interface IItemDto
{
double? PrimaryImageAspectRatio { get; set; }
}
}