mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
origin priorities updated in subs menu
This commit is contained in:
parent
801e67860b
commit
dabba0f19c
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ const DiscreteSelectInput = require('./DiscreteSelectInput');
|
|||
const styles = require('./styles');
|
||||
|
||||
const ORIGIN_PRIORITIES = {
|
||||
'EMBEDDED': 1,
|
||||
'Stream': 2
|
||||
'EMBEDDED IN VIDEO': 1,
|
||||
'EMBEDDED IN STREAM': 2
|
||||
};
|
||||
const LANGUAGE_PRIORITIES = {
|
||||
'eng': 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue