mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Update Channel.js
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = class Channel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
generateHash() {
|
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) {
|
updateUrl(url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user