mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-15 02:15:02 +00:00
subtitles language priorities fixed
This commit is contained in:
parent
4cd0bd6622
commit
585d77c588
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const ORIGIN_PRIORITIES = {
|
|||
'EMBEDDED': 1
|
||||
};
|
||||
const LANGUAGE_PRIORITIES = {
|
||||
'English': 1
|
||||
'eng': 1
|
||||
};
|
||||
|
||||
const comparatorWithPriorities = (priorities) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue