mirror of
https://github.com/iptv-org/iptv
synced 2026-06-17 14:09:33 -04:00
Create scripts/store/getters
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = function () {
|
||||
return Array.isArray(this.languages) ? this.languages.map(i => i.name).join(';') : ''
|
||||
}
|
||||
Reference in New Issue
Block a user