mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 11:33:48 +00:00
fix origin priorities
This commit is contained in:
parent
c004804af1
commit
a52b4c6499
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ const DiscreteSelectInput = require('./DiscreteSelectInput');
|
|||
const styles = require('./styles');
|
||||
|
||||
const ORIGIN_PRIORITIES = {
|
||||
'EMBEDDED': 1,
|
||||
'EXCLUSIVE': 2
|
||||
'EMBEDDED': 2,
|
||||
'EXCLUSIVE': 1
|
||||
};
|
||||
const LANGUAGE_PRIORITIES = {
|
||||
'eng': 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue