aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2020-03-05 20:52:00 +0300
committerVasily <just.one.man@yandex.ru>2020-03-05 20:52:00 +0300
commit216e425cc55e8de1718df76f89c923cdf54de871 (patch)
tree24da4064f98d125c309e68048db0dcab32082b7a
parent55b429e5e816bea33afbd810d5f1e4f560ef0069 (diff)
Fix comment
-rw-r--r--Jellyfin.Server/Migrations/IUpdater.cs2
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>