aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorJPVenson <ger-delta-07@hotmail.de>2024-12-06 17:59:27 +0100
committerGitHub <noreply@github.com>2024-12-06 17:59:27 +0100
commitfe1aab034e01c3837c6afcd552d8d7eb884e822d (patch)
treee8092ec51835d8cf74322c6379061a060277bbfb /Jellyfin.Server
parent3b18a36ba5fcc47ae93b30e6a2d5149bdf04fff0 (diff)
parent1feceea508726f45e88d665597796cd75f430234 (diff)
Merge branch 'jellyfin:master' into feature/EFUserData
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs2
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";