diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-07-23 20:36:36 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-07-23 20:36:36 -0400 |
| commit | 629ffe395feccbf512709bfaa54d5ef6d23c6852 (patch) | |
| tree | 26416ff31778b994194e9ca4b62dd31e640c4129 | |
| parent | 3d69cea1c9724210c31467bde5204c2649a23992 (diff) | |
Fixed build errors.
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs index 447d74070..588c0ecdd 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs +++ b/Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs @@ -46,6 +46,9 @@ namespace Jellyfin.Server.Migrations.Routines public string Name => "MigrateDisplayPreferencesDatabase"; /// <inheritdoc /> + public bool PerformOnNewInstall => false; + + /// <inheritdoc /> public void Perform() { HomeSectionType[] defaults = |
