Forráskód Böngészése

Fixed build errors.

Patrick Barron 4 éve
szülő
commit
629ffe395f

+ 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()
         {