diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-06 21:51:50 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-06 21:51:50 +0100 |
| commit | 4c2b543b307b55b2220472c59396b9b4a604cfb7 (patch) | |
| tree | f8953dd982b2fdb0809f17adfa9c369ec425f69b /Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs | |
| parent | 6660006f01aee44ea33d1539000c5e4ea06e1115 (diff) | |
Rename IUpdater to IMigrationRoutine
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs b/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs index 7a089680e..6dbeb2776 100644 --- a/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs +++ b/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs @@ -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. |
