فهرست منبع

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