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

Merge pull request from jellyfin/fix-refresh-endpoint

fix refresh endpoint
pull/5522/head
Bond-009 4 years ago committed by GitHub
commit 260b48ef9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -303,7 +303,7 @@ namespace Jellyfin.Api.Controllers
/// </summary>
/// <response code="204">Library scan started.</response>
/// <returns>A <see cref="NoContentResult"/>.</returns>
[HttpGet("Library/Refresh")]
[HttpPost("Library/Refresh")]
[Authorize(Policy = Policies.RequiresElevation)]
[ProducesResponseType(StatusCodes.Status204NoContent)]
public async Task<ActionResult> RefreshLibrary()

Loading…
Cancel
Save