Merge branch 'master' into master

pull/5057/head
Renzo Loui Chávez Caycho 3 years ago committed by GitHub
commit b922b287cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,6 +113,10 @@ module.exports = class Channel {
this.tvg.language || ''
}" tvg-logo="${this.logo || ''}"`
if (this.http['user-agent']) {
info += ` user-agent="${this.http['user-agent']}"`
}
info += ` group-title="${this.group.title || ''}",${this.name}`
if (this.resolution.height) {

Loading…
Cancel
Save