Only consider migrations that have key set for migration.xml migration (#14061)

This commit is contained in:
JPVenson
2025-05-06 02:23:23 +03:00
committed by GitHub
parent 28e2f5bb08
commit a7bb3ea214
27 changed files with 360 additions and 369 deletions

View File

@@ -16,8 +16,8 @@ namespace Jellyfin.Server.Migrations.Routines
/// <summary>
/// Fixes the data column of audio types to be deserializable.
/// </summary>
[JellyfinMigration("2025-04-20T18:00:00", nameof(FixAudioData), "CF6FABC2-9FBE-4933-84A5-FFE52EF22A58")]
#pragma warning disable CS0618 // Type or member is obsolete
[JellyfinMigration("2025-04-20T18:00:00", nameof(FixAudioData), "CF6FABC2-9FBE-4933-84A5-FFE52EF22A58")]
internal class FixAudioData : IMigrationRoutine
#pragma warning restore CS0618 // Type or member is obsolete
{