mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-20 23:02:36 -04:00
341bb02422
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.