Update Channel.js
This commit is contained in:
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…
Reference in New Issue