aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/Migrations/MigrationRunner.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs
index 00a7c3a00..caaa58ae1 100644
--- a/Jellyfin.Server/Migrations/MigrationRunner.cs
+++ b/Jellyfin.Server/Migrations/MigrationRunner.cs
@@ -15,8 +15,7 @@ namespace Jellyfin.Server.Migrations
/// </summary>
internal static readonly IUpdater[] Migrations =
{
- new Routines.DisableTranscodingThrottling(),
- new Routines.DisableZealousLogging()
+ new Routines.DisableTranscodingThrottling()
};
/// <summary>