Disable logging.json migration as it is not ready yet
This commit is contained in:
parent
d4564d8e29
commit
098d3538e3
|
@ -15,8 +15,7 @@ namespace Jellyfin.Server.Migrations
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static readonly IUpdater[] Migrations =
|
internal static readonly IUpdater[] Migrations =
|
||||||
{
|
{
|
||||||
new Routines.DisableTranscodingThrottling(),
|
new Routines.DisableTranscodingThrottling()
|
||||||
new Routines.DisableZealousLogging()
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user