From 6d9ce8ad66662346b18aa96a1845a3af617abdcf Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 5 Mar 2024 11:44:21 +0100 Subject: [PATCH] feat: add m3u as external player option --- src/common/CONSTANTS.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/CONSTANTS.js b/src/common/CONSTANTS.js index 50bc770c9..aeaa51462 100644 --- a/src/common/CONSTANTS.js +++ b/src/common/CONSTANTS.js @@ -81,6 +81,11 @@ const EXTERNAL_PLAYERS = [ value: 'outplayer', platforms: ['ios'], }, + { + label: 'M3U Playlist', + value: 'm3u', + platforms: ['ios', 'android', 'windows', 'linux', 'macos'], + }, ]; module.exports = {