Update parser.js

This commit is contained in:
freearhey 2021-02-08 07:01:46 +03:00
parent 6ae7b43d54
commit 2045c5305f
1 changed files with 1 additions and 1 deletions

View File

@ -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}"`