aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2020-03-06 17:22:22 +0300
committerVasily <just.one.man@yandex.ru>2020-03-06 17:22:22 +0300
commit098d3538e32f4440bf6ed3a14844ff3a3b2a6fca (patch)
treea7429280a6fab1868320994af16b1948b209428f /Jellyfin.Server
parentd4564d8e29274a854bdc46df3ebcaf0c1e39e906 (diff)
Disable logging.json migration as it is not ready yet
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>