From f801d8652e4b2e405b65be392d7b90879a551759 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 5 Sep 2021 02:05:09 +0300 Subject: [PATCH] Update update-codes.js --- scripts/update-codes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-codes.js b/scripts/update-codes.js index eec31ed4..9d4de850 100644 --- a/scripts/update-codes.js +++ b/scripts/update-codes.js @@ -64,7 +64,7 @@ async function main() { countries.forEach(country => { _items[country.code] = { ...country, - show: false, + expanded: false, channels: [] } })