diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 8d4a97f57f..3d177ad14b 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -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) {