diff --git a/scripts/parser.js b/scripts/parser.js index fd357aa8d..35455c367 100644 --- a/scripts/parser.js +++ b/scripts/parser.js @@ -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() {