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

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Cody Robibero 2021-05-11 08:21:04 -06:00 committed by GitHub
parent 3c8abeda7d
commit 2888567ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,4 +51,4 @@ namespace Jellyfin.Api.Models.ClientLogDtos
[Required]
public string Message { get; set; } = string.Empty;
}
}
}