Update Channel.js

pull/4598/head
Aleksandr Statciuk 3 years ago
parent b4c430a510
commit 52e8e617e1

@ -148,7 +148,7 @@ module.exports = class Channel {
countries: this.countries, countries: this.countries,
tvg: { tvg: {
id: this.tvg.id || null, id: this.tvg.id || null,
name: this.tvg.name || null, name: this.tvg.name || this.name.replace(/\"/gi, ''),
url: this.tvg.url || null url: this.tvg.url || null
} }
} }

Loading…
Cancel
Save