Update update-codes.js

This commit is contained in:
Aleksandr Statciuk 2021-09-05 02:05:09 +03:00
parent 71cf41b657
commit f801d8652e

View file

@ -64,7 +64,7 @@ async function main() {
countries.forEach(country => {
_items[country.code] = {
...country,
show: false,
expanded: false,
channels: []
}
})