Update scripts

This commit is contained in:
freearhey
2025-08-30 00:54:55 +03:00
parent f2338f10a8
commit 8f9c628d80
6 changed files with 10 additions and 65 deletions

View File

@@ -28,8 +28,6 @@ export class RegionsGenerator implements Generator {
.filter((stream: Stream) => stream.isSFW())
this.regions.forEach(async (region: Region) => {
if (region.isWorldwide()) return
const regionStreams = streams.filter((stream: Stream) => stream.isBroadcastInRegion(region))
const playlist = new Playlist(regionStreams, { public: true })