diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-10-28 16:11:14 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-10-28 16:13:37 -0600 |
| commit | 0e584f68409e71204f6b9387cde8efe2adb0fbed (patch) | |
| tree | 3864bc9f2e71cb79fbe8f101db20a691cdf390ea /Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs | |
| parent | 91204fc9f0e704a61300a7bd54f52d56f02f44b3 (diff) | |
Update documentation; use information from authorization; return generated filename
Diffstat (limited to 'Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs')
| -rw-r--r-- | Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs | 24 |
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] |
