Update Channel.js

This commit is contained in:
Aleksandr Statciuk 2021-09-17 14:22:29 +03:00
parent b4c430a510
commit 52e8e617e1

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