Update Channel.js

This commit is contained in:
Aleksandr Statciuk
2021-09-17 14:22:29 +03:00
parent 80259c39bc
commit 302daa5242

View File

@@ -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
}
}