mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Remove Infuse From iOS Ext Players
There are still some bugs with Infuse, it doesn't always start playback. Should not be available until fixed. (most probably on the Infuse side)
This commit is contained in:
parent
287197a838
commit
4ee0cc4565
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