diff options
| -rw-r--r-- | Jellyfin.Server/Migrations/IUpdater.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/IUpdater.cs b/Jellyfin.Server/Migrations/IUpdater.cs index 10ada73d5..9b749841c 100644 --- a/Jellyfin.Server/Migrations/IUpdater.cs +++ b/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> |
