Update index_region_m3u.js

what-a-patch-1
Aleksandr Statciuk 4 years ago
parent 8bef841499
commit 69f86ed488

@ -42,7 +42,7 @@ function getChannelRegions(stream, { regions }) {
acc.push(regions[code])
break
case 's':
const [c] = item.split('-')
const [c] = code.split('-')
const r1 = _.filter(regions, { countries: [c] })
acc = acc.concat(r1)
break

Loading…
Cancel
Save