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