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/a30dc81b28aae64ca4e28930819bc0c4f682c7b3/Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfoDto.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfo...

13 lines
267 B

namespace Jellyfin.Api.Models.EnvironmentDtos;
/// <summary>
/// Default directory browser info.
/// </summary>
public class DefaultDirectoryBrowserInfoDto
{
/// <summary>
/// Gets or sets the path.
/// </summary>
public string? Path { get; set; }
}