Fixed build errors.

pull/3578/head
Patrick Barron 4 years ago
parent 3d69cea1c9
commit 629ffe395f

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

Loading…
Cancel
Save