소스 검색

Update Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Cody Robibero 4 년 전
부모
커밋
2888567ea5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs

+ 1 - 1
Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs

@@ -51,4 +51,4 @@ namespace Jellyfin.Api.Models.ClientLogDtos
         [Required]
         public string Message { get; set; } = string.Empty;
     }
-}
+}