diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-06 21:51:50 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-06 21:51:50 +0100 |
| commit | 4c2b543b307b55b2220472c59396b9b4a604cfb7 (patch) | |
| tree | f8953dd982b2fdb0809f17adfa9c369ec425f69b /Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs | |
| parent | 6660006f01aee44ea33d1539000c5e4ea06e1115 (diff) | |
Rename IUpdater to IMigrationRoutine
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs b/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs index eff6469e2..db0bef885 100644 --- a/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs +++ b/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs @@ -10,7 +10,7 @@ namespace Jellyfin.Server.Migrations.Routines /// <summary> /// Updater that takes care of bringing configuration up to 10.5.0 standards. /// </summary> - internal class DisableTranscodingThrottling : IUpdater + internal class DisableTranscodingThrottling : IMigrationRoutine { /// <inheritdoc/> public string Name => "DisableTranscodingThrottling"; |
