From 222e89c24d39ae6fa457abe9077613acd6be946b Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 8 Oct 2020 12:57:06 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AF=BC=E5=85=A5m3u8?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index e00695a..23cb984 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -152,7 +152,7 @@ export default { importSites () { const options = { filters: [ - { name: 'm3u file', extensions: ['m3u'] } + { name: 'm3u file', extensions: ['m3u', 'm3u8'] } ], properties: ['openFile', 'multiSelections'] }