mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 22:07:19 -05:00
Our stream index calculation logic implemented in #7529, assumes an in-order array. However, our current query may return out-of-order items, leading the server to pass an incorrect index to ffmpeg, causing the transcoding to crash.