From 6164a05deb21b0054b2c0f89ef093797460d101d Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 07:49:17 -0700 Subject: [PATCH] ci: fix error options must not include the reserved word, 'None' --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8924150b..9722d098 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -94,7 +94,7 @@ body: description: | Select the plugin / app (if any) you are using as a m3u "Proxy" between your parent streaming app and TVApp2. options: - - "None" + - "❌ No Proxy" - "Cabernet" - "IPTVBoss" - "IPTV-Solution"