Merge branch 'master' into master

This commit is contained in:
Renzo Loui Chávez Caycho
2021-10-16 11:53:44 -05:00
committed by GitHub

View File

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