mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #385 from Stremio/remove-infuse
Remove Infuse From iOS Ext Players
This commit is contained in:
commit
0152cf7331
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ let options = [{ label: 'EXTERNAL_PLAYER_DISABLED', value: 'internal' }];
|
|||
if (platform.name === 'ios') {
|
||||
options = options.concat([
|
||||
{ label: 'VLC', value: 'vlc' },
|
||||
{ label: 'Outplayer', value: 'outplayer' },
|
||||
{ label: 'Infuse', value: 'infuse' }
|
||||
{ label: 'Outplayer', value: 'outplayer' }
|
||||
]);
|
||||
} else if (platform.name === 'android') {
|
||||
options = options.concat([
|
||||
|
|
|
|||
Loading…
Reference in a new issue