diff options
| author | JPVenson <github@jpb.email> | 2025-05-06 02:23:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-05 17:23:23 -0600 |
| commit | a7bb3ea21489a3a4c9a3e9f60c9521eaa84bad31 (patch) | |
| tree | 2738eb3951962f1a8fc8ffbd0d487dce46261fd7 /Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs | |
| parent | 28e2f5bb0831e256017e85555d669e4d5d9c929b (diff) | |
Only consider migrations that have key set for migration.xml migration (#14061)
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs b/Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs index 7e9243342..00d152b4b 100644 --- a/Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs +++ b/Jellyfin.Server/Migrations/Routines/AddDefaultCastReceivers.cs @@ -7,8 +7,8 @@ namespace Jellyfin.Server.Migrations.Routines; /// <summary> /// Migration to add the default cast receivers to the system config. /// </summary> -[JellyfinMigration("2025-04-20T16:00:00", nameof(AddDefaultCastReceivers), "34A1A1C4-5572-418E-A2F8-32CDFE2668E8", RunMigrationOnSetup = true)] #pragma warning disable CS0618 // Type or member is obsolete +[JellyfinMigration("2025-04-20T16:00:00", nameof(AddDefaultCastReceivers), "34A1A1C4-5572-418E-A2F8-32CDFE2668E8", RunMigrationOnSetup = true)] public class AddDefaultCastReceivers : IMigrationRoutine #pragma warning restore CS0618 // Type or member is obsolete { |
