Skip to content

Commit

Permalink
refactor(CONSTANTS): remove infuse from external players
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Dec 20, 2023
1 parent b0c67c1 commit 39a1141
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/CONSTANTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ const EXTERNAL_PLAYERS = [
value: 'outplayer',
platforms: ['ios'],
},
{
label: 'Infuse',
value: 'infuse',
platforms: ['ios'],
},
];

module.exports = {
Expand Down

1 comment on commit 39a1141

@jaruba
Copy link
Member

@jaruba jaruba commented on 39a1141 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for context: Infuse was tested again on the 20th of December 2023 and they still do not handle stream URLs and URL encoding properly, causing most streams to fail playback on iOS / iPadOS

Please sign in to comment.