mirror of
https://github.com/iptv-org/iptv
synced 2026-04-29 14:17:03 -04:00
wip
This commit is contained in:
@@ -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(';') : ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user