Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/0179293c24b8fe4000612b5538f14082719bf8f4 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/2976/head
crobibero 5 years ago
parent 18f7f5aec7
commit 0179293c24

@ -8,6 +8,6 @@ namespace Jellyfin.Api.Models.EnvironmentDtos
/// <summary>
/// Gets or sets the path.
/// </summary>
public string Path { get; set; }
public string? Path { get; set; }
}
}

@ -13,7 +13,7 @@ namespace Jellyfin.Api.Models.EnvironmentDtos
/// <summary>
/// Gets or sets the path.
/// </summary>
public string Path { get; set; }
public string? Path { get; set; }
/// <summary>
/// Gets or sets is path file.

Loading…
Cancel
Save