mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
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