diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-10-31 11:31:09 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-12-21 12:53:50 -0500 |
| commit | c2081955c8b2a81eb214f321697d3462709164e0 (patch) | |
| tree | 4f94de258f64ad8c16c619b576d5dd33bfba6502 /Jellyfin.Api/Models/StreamingDtos | |
| parent | abd74fd5a481d67af1414960be7b7b19c9ee7e82 (diff) | |
Rename and clean up TranscodingJob
Diffstat (limited to 'Jellyfin.Api/Models/StreamingDtos')
| -rw-r--r-- | Jellyfin.Api/Models/StreamingDtos/StreamState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs index 4b69392ef..439f8052c 100644 --- a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs +++ b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs @@ -140,7 +140,7 @@ public class StreamState : EncodingJobInfo, IDisposable /// <summary> /// Gets or sets the transcoding job. /// </summary> - public TranscodingJobDto? TranscodingJob { get; set; } + public TranscodingJob? TranscodingJob { get; set; } /// <inheritdoc /> public void Dispose() |
