subtitles language priorities fixed

This commit is contained in:
nklhrstv 2020-03-14 23:58:06 +02:00
parent 4cd0bd6622
commit 585d77c588

View file

@ -11,7 +11,7 @@ const ORIGIN_PRIORITIES = {
'EMBEDDED': 1
};
const LANGUAGE_PRIORITIES = {
'English': 1
'eng': 1
};
const comparatorWithPriorities = (priorities) => {