Files
iptv/scripts/store/getters/tvg_country.js
Aleksandr Statciuk 1608bc8e68 wip
2022-02-07 00:04:56 +03:00

4 lines
114 B
JavaScript

module.exports = function () {
return Array.isArray(this.broadcast_area) ? this.broadcast_area.join(';') : ''
}