diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 0c1c103bf..d938c2bb1 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -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) {