From 2045c5305f9b0d2abca010abaa69f0299c00fe8a Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 8 Feb 2021 07:01:46 +0300 Subject: [PATCH] Update parser.js --- scripts/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parser.js b/scripts/parser.js index 15ddc09af..ca43d90c4 100644 --- a/scripts/parser.js +++ b/scripts/parser.js @@ -170,7 +170,7 @@ class Channel { toString(short = false) { this.tvg.country = this.tvg.country.toUpperCase() - let info = `-1 tvg-id="${this.tvg.id}" tvg-name="${this.tvg.name}" tvg-language="${this.tvg.language}" tvg-logo="${this.logo}" tvg-country="${this.tvg.country}"` + let info = `-1 tvg-id="${this.tvg.id}" tvg-name="${this.tvg.name}" tvg-country="${this.tvg.country}" tvg-language="${this.tvg.language}" tvg-logo="${this.logo}"` if (!short) { info += ` tvg-url="${this.tvgUrl}"`