mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Update Channel.js
This commit is contained in:
parent
07abe0d715
commit
12d71e4acd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue