From 34d981c6a65e601982f50b9690da8faa674d02e6 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Wed, 7 Oct 2020 23:04:08 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=80=E6=AC=A1=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=A4=9A=E4=B8=AAm3u=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 7b3e7cc..848bc68 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -146,7 +146,7 @@ export default { filters: [ { name: 'm3u file', extensions: ['m3u'] } ], - properties: ['openFile'] + properties: ['openFile', 'multiSelections'] } remote.dialog.showOpenDialog(options).then(result => { if (!result.canceled) {