Update Channel.js
This commit is contained in:
parent
5258f4876c
commit
2a60612103
|
@ -22,6 +22,11 @@ module.exports = class Channel {
|
|||
this.languages = this.parseLanguages(data.tvg.language)
|
||||
}
|
||||
|
||||
updateUrl(url) {
|
||||
this.url = url
|
||||
this.data.url = url
|
||||
}
|
||||
|
||||
parseName(title) {
|
||||
return title
|
||||
.trim()
|
||||
|
|
Loading…
Reference in New Issue