diff options
| author | Vasily <just.one.man@yandex.ru> | 2020-03-05 20:52:00 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2020-03-05 20:52:00 +0300 |
| commit | 216e425cc55e8de1718df76f89c923cdf54de871 (patch) | |
| tree | 24da4064f98d125c309e68048db0dcab32082b7a | |
| parent | 55b429e5e816bea33afbd810d5f1e4f560ef0069 (diff) | |
Fix comment
| -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> |
