diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-03 16:58:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 16:58:44 -0500 |
| commit | 83d2bc3f9f13c62f6d3ef16c4fe75f0f5a18110d (patch) | |
| tree | b5d6b867432b51785dee1c57fc3b8291c60552c4 /Jellyfin.Server/Migrations/MigrationRunner.cs | |
| parent | 6e5ec99ea10557c141ed8d755e672cef628d35f0 (diff) | |
| parent | afacd8d025ba6a166981ced1c73d968400b0f373 (diff) | |
Merge pull request #11100 from crobibero/plugin-repo-10.9
Add migration for new plugin repo
Diffstat (limited to 'Jellyfin.Server/Migrations/MigrationRunner.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/MigrationRunner.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs index 757b56a49..44aa43044 100644 --- a/Jellyfin.Server/Migrations/MigrationRunner.cs +++ b/Jellyfin.Server/Migrations/MigrationRunner.cs @@ -43,7 +43,8 @@ namespace Jellyfin.Server.Migrations typeof(Routines.MigrateAuthenticationDb), typeof(Routines.FixPlaylistOwner), typeof(Routines.MigrateRatingLevels), - typeof(Routines.AddDefaultCastReceivers) + typeof(Routines.AddDefaultCastReceivers), + typeof(Routines.UpdateDefaultPluginRepository) }; /// <summary> |
