Files
jellyfin/MediaBrowser.Controller/MediaEncoding
mani 60f8a22b26 Fix build error: correct StreamingRequestDto cast
The previous commit referenced state.Request.SegmentContainer which doesn't
exist. BaseEncodingJobOptions doesn't have a SegmentContainer property - only
StreamingRequestDto does.

Fixed by:
- Cast BaseRequest to StreamingRequestDto before accessing SegmentContainer
- Add using directive for MediaBrowser.Controller.Streaming namespace
- Use null-conditional operator to safely check SegmentContainer
2026-01-08 00:54:26 +01:00
..