mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Fix typo and migration description
This commit is contained in:
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…
x
Reference in New Issue
Block a user