Update generate-playlists.js
This commit is contained in:
@ -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