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