Browse Source

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

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Cody Robibero 4 years ago
parent
commit
2888567ea5
1 changed files with 1 additions and 1 deletions
  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;
     }
-}
+}