Update parser.js

pull/2473/head
freearhey 4 years ago
parent ed60663c88
commit 246d4a9b48

@ -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