소스 검색

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);
                     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;
                     }