Add user-agent attribute

to keep the list compatible with apps that use this attribute
pull/4972/head
Allan Fernando 3 years ago
parent b0f1ea4712
commit fdfce02ffd

@ -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