mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
Preferred caption slots use names such as English, but many videos only expose English (auto-generated) with language code en. Exact name matching left those tracks unordered, so the player could auto-select another auto-generated language. Match preference names to regional and auto-generated variants, keep human tracks ahead of auto-generated ones, and share the matcher on watch and embed. Fixes #6007