Allow migration to optionally run on fresh install

This commit is contained in:
crobibero
2020-07-20 07:45:24 -06:00
parent 41c4cfe0af
commit 9343e73b26
8 changed files with 24 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ namespace Jellyfin.Server.Migrations.Routines
/// <inheritdoc/>
public string Name => "DisableTranscodingThrottling";
/// <inheritdoc/>
public bool PerformOnNewInstall => false;
/// <inheritdoc/>
public void Perform()
{