mirror of
https://github.com/iptv-org/iptv
synced 2025-12-22 13:27:29 -05:00
Update scripts
This commit is contained in:
@@ -31,6 +31,8 @@ export class IndexRegionGenerator implements Generator {
|
||||
if (!stream.hasBroadcastArea()) return
|
||||
|
||||
stream.getBroadcastRegions().forEach((region: Region) => {
|
||||
if (region.isWorldwide()) return
|
||||
|
||||
const streamClone = stream.clone()
|
||||
streamClone.groupTitle = region.name
|
||||
groupedStreams.push(streamClone)
|
||||
|
||||
Reference in New Issue
Block a user