Fix typo and migration description

pull/8526/head
Shadowghost 2 years ago
parent 07dc163844
commit 15efb9935c

@ -194,7 +194,7 @@ namespace Emby.Server.Implementations.Localization
ratings.Add(new ParentalRating("Approved", 0)); ratings.Add(new ParentalRating("Approved", 0));
} }
// Matches PG (this has differnet age restrictions depending on country) // Matches PG (this has different age restrictions depending on country)
if (!ratings.Any(x => x.Value == 10)) if (!ratings.Any(x => x.Value == 10))
{ {
ratings.Add(new ParentalRating("10", 10)); ratings.Add(new ParentalRating("10", 10));

@ -9,7 +9,7 @@ using SQLitePCL.pretty;
namespace Jellyfin.Server.Migrations.Routines namespace Jellyfin.Server.Migrations.Routines
{ {
/// <summary> /// <summary>
/// Remove duplicate entries which were caused by a bug where a file was considered to be an "Extra" to itself. /// Migrate rating levels to new rating level system.
/// </summary> /// </summary>
internal class MigrateRatingLevels : IMigrationRoutine internal class MigrateRatingLevels : IMigrationRoutine
{ {

Loading…
Cancel
Save