diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index d938c2bb13..aa10bc8800 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 } }