aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-11-30 12:10:14 +0100
committerGitHub <noreply@github.com>2024-11-30 12:10:14 +0100
commita1e635809be1de1579d7c664690367d641f22f35 (patch)
tree3119e9588c3d101169449d8a84195ffab04969bc /Jellyfin.Server
parente922fe8582fca1b0204d5bdc35adeed55844d648 (diff)
parentd6d6ebe3fbba4f663ab1ce79960add66d6222301 (diff)
Merge pull request #12867 from Dessyreqt/master
Move TV-PG ratings to be in line with PG rating.
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";