diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-05-11 08:21:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 08:21:04 -0600 |
| commit | 2888567ea53c1c839b0cd69e0ec1168cf51f36a8 (patch) | |
| tree | 0b3672884bb1875696ef77f88804a1041a8741f4 | |
| parent | 3c8abeda7d5608cfe5ab099158190497edc802ef (diff) | |
Update Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
| -rw-r--r-- | Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs b/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs index 8ee1eab72..04d97047a 100644 --- a/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs +++ b/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs @@ -51,4 +51,4 @@ namespace Jellyfin.Api.Models.ClientLogDtos [Required] public string Message { get; set; } = string.Empty; } -}
\ No newline at end of file +} |
