Update parser.js

what-a-patch-1
freearhey 5 years ago
parent 84182c57c3
commit e3705c8b49

@ -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() {

Loading…
Cancel
Save