From be64a2d63cc4cfaa56988235511a658b5f4ea320 Mon Sep 17 00:00:00 2001 From: Allan Fernando Date: Thu, 14 Oct 2021 01:04:03 -0300 Subject: [PATCH] Revert "Add user-agent attribute " This reverts commit 365418d1617fc3c2dac5065fccb3984eb9dfb7ef. --- scripts/helpers/Channel.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 3d177ad14b..8d4a97f57f 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -113,10 +113,6 @@ 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) {