diff options
| author | David Carroll <Dessyreqt@users.noreply.github.com> | 2024-10-23 09:21:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 09:21:53 -0500 |
| commit | d6d6ebe3fbba4f663ab1ce79960add66d6222301 (patch) | |
| tree | 4a383251e0801fc5b3ef38c92431ec31b907dc7e | |
| parent | 6f268736f013475ffc36368cab426e8625923d91 (diff) | |
Update UUID for Rating Level migration
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs index 247e1d845..9c2184029 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs +++ b/Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs @@ -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"; |
