mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Fixes channel name issue
This commit is contained in:
@@ -336,7 +336,7 @@ class Channel {
|
|||||||
toShortString() {
|
toShortString() {
|
||||||
const language = this.language.map(l => l.name).join(';')
|
const language = this.language.map(l => l.name).join(';')
|
||||||
|
|
||||||
let info = `-1 tvg-id="${this.tvg.id}" tvg-name="${this.tvg.name}" tvg-language="${language}" tvg-logo="${this.logo}" group-title="${this.category}",${this.namee}`
|
let info = `-1 tvg-id="${this.tvg.id}" tvg-name="${this.tvg.name}" tvg-language="${language}" tvg-logo="${this.logo}" group-title="${this.category}",${this.name}`
|
||||||
|
|
||||||
if (this.http['referrer']) {
|
if (this.http['referrer']) {
|
||||||
info += `\n#EXTVLCOPT:http-referrer=${this.http['referrer']}`
|
info += `\n#EXTVLCOPT:http-referrer=${this.http['referrer']}`
|
||||||
|
|||||||
Reference in New Issue
Block a user