Commit c21742d
committed
fix: enable audio language selection on Safari
Removes the Safari-specific check that was preventing selectAudioLanguage()
from being called. This was causing:
1. Videos defaulting to first audio track instead of preferred language
2. Language menu not appearing in player overflow menu
Fixes #40901 parent 70aa5e1 commit c21742d
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
621 | | - | |
| 620 | + | |
622 | 621 | | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
629 | 625 | | |
630 | 626 | | |
631 | 627 | | |
| |||
0 commit comments