瀏覽代碼

Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs

Cody Robibero 4 年之前
父節點
當前提交
1d059bc76b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs

+ 1 - 1
Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs

@@ -98,7 +98,7 @@ namespace Jellyfin.Server.Migrations.Routines
                     var existingUser = _userManager.GetUserById(dtoUserId);
                     var existingUser = _userManager.GetUserById(dtoUserId);
                     if (existingUser == null)
                     if (existingUser == null)
                     {
                     {
-                        _logger.LogWarning("User with ID {userId} does not exist in the database, skipping migration.", dtoUserId);
+                        _logger.LogWarning("User with ID {UserId} does not exist in the database, skipping migration.", dtoUserId);
                         continue;
                         continue;
                     }
                     }