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

Update UUID for Rating Level migration

pull/12867/head
David Carroll 6 months ago committed by GitHub
parent 6f268736f0
commit d6d6ebe3fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@ namespace Jellyfin.Server.Migrations.Routines
}
/// <inheritdoc/>
public Guid Id => Guid.Parse("{67445D54-B895-4B24-9F4C-35CE0690EA07}");
public Guid Id => Guid.Parse("{73DAB92A-178B-48CD-B05B-FE18733ACDC8}");
/// <inheritdoc/>
public string Name => "MigrateRatingLevels";

Loading…
Cancel
Save