mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: default title for addon type select
This commit is contained in:
parent
4881f2c340
commit
9a9cd2de12
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const mapSelectableInputs = (installedAddons, remoteAddons, t) => {
|
||||||
remoteAddons.selected !== null ?
|
remoteAddons.selected !== null ?
|
||||||
t.stringWithPrefix(remoteAddons.selected.request.path.type, 'TYPE_')
|
t.stringWithPrefix(remoteAddons.selected.request.path.type, 'TYPE_')
|
||||||
:
|
:
|
||||||
typeSelect.title;
|
t.string('SELECT_TYPE');
|
||||||
},
|
},
|
||||||
onSelect: (value) => {
|
onSelect: (value) => {
|
||||||
window.location = value;
|
window.location = value;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue