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)
|
this.languages = this.parseLanguages(data.tvg.language)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateUrl(url) {
|
||||||
|
this.url = url
|
||||||
|
this.data.url = url
|
||||||
|
}
|
||||||
|
|
||||||
parseName(title) {
|
parseName(title) {
|
||||||
return title
|
return title
|
||||||
.trim()
|
.trim()
|
||||||
|
|
Loading…
Reference in New Issue