mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
feat(CONSTANTS): add infuse as external player
This commit is contained in:
parent
d0d4ef25eb
commit
1574c98735
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ const EXTERNAL_PLAYERS = [
|
|||
value: 'outplayer',
|
||||
platforms: ['ios'],
|
||||
},
|
||||
{
|
||||
label: 'Infuse',
|
||||
value: 'infuse',
|
||||
platforms: ['ios'],
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue