-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#594) **issue:** when playing a playlist which its entries have at least 2 matching prefix of key languages (i.e. "zh" and "zh_tw"), and switching from one entry to another, the caption selection in player changes. **solution:** adding equality check in langComparer(). first seeking for an identical caption language, then for prefix. Solves [FEC-11467](https://kaltura.atlassian.net/browse/FEC-11467)
- Loading branch information
1 parent
acf4e1a
commit b7d3134
Showing
3 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters