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