This commit is contained in:
Aleksandr Statciuk
2022-02-07 00:04:56 +03:00
parent 66232436c9
commit 1608bc8e68
45 changed files with 733 additions and 35060 deletions

View File

@@ -1,5 +1,3 @@
module.exports = function () {
if (this.tvg_country) return this.tvg_country
return Array.isArray(this.countries) ? this.countries.map(i => i.code).join(';') : ''
return Array.isArray(this.broadcast_area) ? this.broadcast_area.join(';') : ''
}