aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Api/Models')
-rw-r--r--Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs24
1 files changed, 0 insertions, 24 deletions
diff --git a/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs b/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs
index 04d97047a..9bf9be0a4 100644
--- a/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs
+++ b/Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs
@@ -22,30 +22,6 @@ namespace Jellyfin.Api.Models.ClientLogDtos
public LogLevel Level { get; set; }
/// <summary>
- /// Gets or sets the user id.
- /// </summary>
- public Guid? UserId { get; set; }
-
- /// <summary>
- /// Gets or sets the client name.
- /// </summary>
- [Required]
- public string ClientName { get; set; } = string.Empty;
-
- /// <summary>
- /// Gets or sets the client version.
- /// </summary>
- [Required]
- public string ClientVersion { get; set; } = string.Empty;
-
- ///
- /// <summary>
- /// Gets or sets the device id.
- /// </summary>
- [Required]
- public string DeviceId { get; set; } = string.Empty;
-
- /// <summary>
/// Gets or sets the log message.
/// </summary>
[Required]