From d934a10adb381429639035bdfe292cc3a96e006a Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 26 May 2023 09:43:12 +0800 Subject: [PATCH] Update sample --- other/sample/live/offline.json | 1 + other/sample/live/online.json | 1 + 2 files changed, 2 insertions(+) diff --git a/other/sample/live/offline.json b/other/sample/live/offline.json index ec2809782..a741093cb 100644 --- a/other/sample/live/offline.json +++ b/other/sample/live/offline.json @@ -36,6 +36,7 @@ { "name": "Custom", "boot": false, + "pass": true, "url": "file://Download/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png", diff --git a/other/sample/live/online.json b/other/sample/live/online.json index c4fc40770..4c1a4bf3a 100644 --- a/other/sample/live/online.json +++ b/other/sample/live/online.json @@ -36,6 +36,7 @@ { "name": "Custom", "boot": false, + "pass": true, "url": "https://github.com/live.txt", "epg": "https://epg.112114.xyz/?ch={name}&date={date}", "logo": "https://epg.112114.xyz/logo/{name}.png",