mirror of
https://github.com/iptv-org/iptv.git
synced 2026-08-07 02:53:46 -04:00
Update generate-playlists.js
This commit is contained in:
1 parent
5844ed0cd1
commit
02a5c9bfa2
32 files changed
+187
-117
No files matched your search
@@ -1,3 +1,3 @@
|
||||
module.exports = function () {
|
||||
return Array.isArray(this.languages) ? this.languages.map(i => i.name).join(';') : ''
|
||||
return this.tvg_language || ''
|
||||
}
|
||||
Reference in new issue
Block a user