mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Create scripts/store/getters
This commit is contained in:
parent
0e21288935
commit
21b8ce8731
8 changed files with 49 additions and 0 deletions
3
scripts/store/getters/tvg_language.js
Normal file
3
scripts/store/getters/tvg_language.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = function () {
|
||||
return Array.isArray(this.languages) ? this.languages.map(i => i.name).join(';') : ''
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue