Explorar el Código

Disable logging.json migration as it is not ready yet

Vasily hace 5 años
padre
commit
098d3538e3
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Jellyfin.Server/Migrations/MigrationRunner.cs

+ 1 - 2
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>