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

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