Update parser.js
This commit is contained in:
@ -214,9 +214,7 @@ class Channel {
|
||||
toString(raw = false) {
|
||||
if (raw) return this.raw + '\n'
|
||||
|
||||
const info = this.getInfo()
|
||||
|
||||
return '#EXTINF:' + info + '\n' + this.url + '\n'
|
||||
return '#EXTINF:' + this.getInfo() + '\n' + this.url + '\n'
|
||||
}
|
||||
|
||||
toObject() {
|
||||
|
Reference in New Issue
Block a user