From e3705c8b492e78b17377b4124956b1463496a2ff Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 8 May 2021 15:43:31 +0300 Subject: [PATCH] Update parser.js --- scripts/parser.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/parser.js b/scripts/parser.js index fd357aa8d3..35455c367d 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() {