aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs')
-rw-r--r--Jellyfin.Api/Models/StreamingDtos/StreamingRequestDto.cs5
1 files changed, 0 insertions, 5 deletions
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; }