Bläddra i källkod

Fixed build errors.

Patrick Barron 4 år sedan
förälder
incheckning
629ffe395f
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs

+ 3 - 0
Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs

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