Merge pull request #599 from Stremio/feat/external-player-m3u

feat: add m3u as external player option
This commit is contained in:
Tim 2024-03-14 13:23:13 +01:00 committed by GitHub
commit e5359fad28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,11 @@ const EXTERNAL_PLAYERS = [
value: 'outplayer',
platforms: ['ios'],
},
{
label: 'M3U Playlist',
value: 'm3u',
platforms: ['ios', 'android', 'windows', 'linux', 'macos'],
},
];
module.exports = {