From 4ee0cc45657778a3022cdb348188dd3e54a4cd2c Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Fri, 2 Jun 2023 11:53:56 +0300 Subject: [PATCH] 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) --- src/common/externalPlayerOptions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/externalPlayerOptions.js b/src/common/externalPlayerOptions.js index 1ff11aa6f..de92cb024 100644 --- a/src/common/externalPlayerOptions.js +++ b/src/common/externalPlayerOptions.js @@ -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([