diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-11-09 14:42:37 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-11-15 20:53:35 -0500 |
| commit | 01fd42cf9555d85469c07ce3d0c0e5842359eb2b (patch) | |
| tree | 24cd479a2bba58d6e68c4156e3ab6ac2fcf3b956 /Jellyfin.Api/Models | |
| parent | 0a03539dc4fc196537b6fd777da7c357c1451c27 (diff) | |
Remove DLNA API code
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/StreamingDtos/StreamState.cs | 10 | ||||
| -rw-r--r-- | Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs | 5 |
2 files changed, 0 insertions, 15 deletions
diff --git a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs index f249f3bc6..cc1f9163e 100644 --- a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs +++ b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs @@ -139,16 +139,6 @@ public class StreamState : EncodingJobInfo, IDisposable public TranscodeSeekInfo TranscodeSeekInfo { get; set; } /// <summary> - /// Gets or sets a value indicating whether to enable dlna headers. - /// </summary> - public bool EnableDlnaHeaders { get; set; } - - /// <summary> - /// Gets or sets the device profile. - /// </summary> - public DeviceProfile? DeviceProfile { get; set; } - - /// <summary> /// Gets or sets the transcoding job. /// </summary> public TranscodingJobDto? TranscodingJob { get; set; } diff --git a/Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs b/Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs index 389d6006d..a357498d4 100644 --- a/Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs +++ b/Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs @@ -8,11 +8,6 @@ namespace Jellyfin.Api.Models.StreamingDtos; public class StreamingRequestDto : BaseEncodingJobOptions { /// <summary> - /// Gets or sets the device profile. - /// </summary> - public string? DeviceProfileId { get; set; } - - /// <summary> /// Gets or sets the params. /// </summary> public string? Params { get; set; } |
