From 12d71e4acdb58357aeccf6c3d50f7361a951ae38 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 8 Sep 2021 02:59:32 +0300 Subject: [PATCH] Update Channel.js --- scripts/helpers/Channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 0c1c103bfc..d938c2bb13 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) {