mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #599 from Stremio/feat/external-player-m3u
feat: add m3u as external player option
This commit is contained in:
commit
e5359fad28
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ const EXTERNAL_PLAYERS = [
|
|||
value: 'outplayer',
|
||||
platforms: ['ios'],
|
||||
},
|
||||
{
|
||||
label: 'M3U Playlist',
|
||||
value: 'm3u',
|
||||
platforms: ['ios', 'android', 'windows', 'linux', 'macos'],
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue