Update Channel.js

what-a-patch-1
Aleksandr Statciuk 4 years ago
parent 4ba44fa90b
commit c8f36efd60

@ -24,7 +24,7 @@ module.exports = class Channel {
}
generateHash() {
return `${this.tvg.id}:${this.tvg.name}:${this.tvg.country}:${this.tvg.language}:${this.logo}:${this.group.title}:${this.name}`.toLowerCase()
return `${this.tvg.id}:${this.tvg.country}:${this.tvg.language}:${this.logo}:${this.group.title}:${this.name}`.toLowerCase()
}
updateUrl(url) {

Loading…
Cancel
Save