Fixed build errors.

This commit is contained in:
Patrick Barron 2020-07-23 20:36:36 -04:00
parent 3d69cea1c9
commit 629ffe395f

View File

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