Rename IUpdater to IMigrationRoutine

This commit is contained in:
Mark Monteiro
2020-03-06 21:51:50 +01:00
parent 6660006f01
commit 4c2b543b30
4 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ namespace Jellyfin.Server.Migrations.Routines
/// If the deprecated logging.json file exists and has a custom config, it will be used as logging.user.json,
/// otherwise a blank file will be created.
/// </summary>
internal class CreateUserLoggingConfigFile : IUpdater
internal class CreateUserLoggingConfigFile : IMigrationRoutine
{
/// <summary>
/// An empty logging JSON configuration, which will be used as the default contents for the user settings config file.