mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 18:10:06 -04:00
Update store.js
This commit is contained in:
parent
9f5189281d
commit
ae556f0599
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export function createPlaylist() {
|
||||||
'tvg-id': stream.channel.id,
|
'tvg-id': stream.channel.id,
|
||||||
'tvg-logo': stream.channel.logo,
|
'tvg-logo': stream.channel.logo,
|
||||||
'group-title': stream.channel._categories
|
'group-title': stream.channel._categories
|
||||||
.map(c => channel.name)
|
.map(channel => channel.name)
|
||||||
.sort()
|
.sort()
|
||||||
.join(';')
|
.join(';')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue