Skip to content

Commit

Permalink
Merge pull request #385 from Stremio/remove-infuse
Browse files Browse the repository at this point in the history
Remove Infuse From iOS Ext Players
  • Loading branch information
jaruba authored Jun 2, 2023
2 parents 287197a + 4ee0cc4 commit 0152cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/externalPlayerOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 0152cf7

Please sign in to comment.