Преглед на файлове

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