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:
Alexandru Branza 2023-06-02 11:53:56 +03:00
parent 287197a838
commit 4ee0cc4565

View file

@ -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([