Vasily %!s(int64=5) %!d(string=hai) anos
pai
achega
216e425cc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Server/Migrations/IUpdater.cs

+ 1 - 1
Jellyfin.Server/Migrations/IUpdater.cs

@@ -14,7 +14,7 @@ namespace Jellyfin.Server.Migrations
         public abstract string Name { get; }
 
         /// <summary>
-        /// Execute the migration from version "from".
+        /// Execute the migration routine.
         /// </summary>
         /// <param name="host">Host that hosts current version.</param>
         /// <param name="logger">Host logger.</param>