Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ac9bef9465817fbfa5425ee4377bd294f69179df You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from crobibero/api-first-user

Add second endpoint for Startup/User
pull/3312/head
dkanada 5 years ago committed by GitHub
commit ac9bef9465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,6 +109,7 @@ namespace Jellyfin.Api.Controllers
/// <response code="200">Initial user retrieved.</response>
/// <returns>The first user.</returns>
[HttpGet("User")]
[HttpGet("FirstUser")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult<StartupUserDto> GetFirstUser()
{

Loading…
Cancel
Save