aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-05-11 08:21:04 -0600
committerGitHub <noreply@github.com>2021-05-11 08:21:04 -0600
commit2888567ea53c1c839b0cd69e0ec1168cf51f36a8 (patch)
tree0b3672884bb1875696ef77f88804a1041a8741f4
parent3c8abeda7d5608cfe5ab099158190497edc802ef (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.cs2
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
+}