From 52e8e617e19ae23e0c7c251ded6f417e20fe11b3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 17 Sep 2021 14:22:29 +0300 Subject: [PATCH] Update Channel.js --- scripts/helpers/Channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index d938c2bb1..aa10bc880 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -148,7 +148,7 @@ module.exports = class Channel { countries: this.countries, tvg: { id: this.tvg.id || null, - name: this.tvg.name || null, + name: this.tvg.name || this.name.replace(/\"/gi, ''), url: this.tvg.url || null } }