Update store.js

This commit is contained in:
freearhey 2023-10-09 17:00:30 +03:00
parent 9f5189281d
commit ae556f0599

View file

@ -200,7 +200,7 @@ export function createPlaylist() {
'tvg-id': stream.channel.id,
'tvg-logo': stream.channel.logo,
'group-title': stream.channel._categories
.map(c => channel.name)
.map(channel => channel.name)
.sort()
.join(';')
}