Merge branch 'master' into update-workflows

This commit is contained in:
Aleksandr Statciuk 2023-01-21 16:30:29 +03:00
commit 624fe8173d
91 changed files with 913 additions and 1100 deletions

View file

@ -58,6 +58,12 @@ async function createCountryTable() {
channels: item.count,
playlist: `<code>https://iptv-org.github.io/iptv/${item.filepath}</code>`
})
} else if (code === 'int') {
rows.push({
name: `🌍 International`,
channels: item.count,
playlist: `<code>https://iptv-org.github.io/iptv/${item.filepath}</code>`
})
} else {
const subdivision = await api.subdivisions.find({ code: code.toUpperCase() })
if (subdivision) {