Fixes channel name issue
This commit is contained in:
parent
595b4e044c
commit
78cecd8594
|
@ -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']}`
|
||||||
|
|
Loading…
Reference in New Issue