From d6d6ebe3fbba4f663ab1ce79960add66d6222301 Mon Sep 17 00:00:00 2001 From: David Carroll Date: Wed, 23 Oct 2024 09:21:53 -0500 Subject: [PATCH] Update UUID for Rating Level migration --- Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs index 247e1d8450..9c2184029c 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs +++ b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs @@ -30,7 +30,7 @@ namespace Jellyfin.Server.Migrations.Routines } /// - public Guid Id => Guid.Parse("{67445D54-B895-4B24-9F4C-35CE0690EA07}"); + public Guid Id => Guid.Parse("{73DAB92A-178B-48CD-B05B-FE18733ACDC8}"); /// public string Name => "MigrateRatingLevels";