From 9343e73b26d51ecbf65f809607ef49b1cdb646da Mon Sep 17 00:00:00 2001 From: crobibero Date: Mon, 20 Jul 2020 07:45:24 -0600 Subject: Allow migration to optionally run on fresh install --- Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs') diff --git a/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs b/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs index c18aa1629..0925a87b5 100644 --- a/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs +++ b/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs @@ -25,6 +25,9 @@ namespace Jellyfin.Server.Migrations.Routines /// public string Name => "DisableTranscodingThrottling"; + /// + public bool PerformOnNewInstall => false; + /// public void Perform() { -- cgit v1.2.3