mirror of
https://github.com/iptv-org/iptv
synced 2025-12-20 12:27:27 -05:00
Update scripts
This commit is contained in:
@@ -17,7 +17,7 @@ export class IndexRegionGenerator implements Generator {
|
||||
logFile: File
|
||||
|
||||
constructor({ streams, regions, logFile }: IndexRegionGeneratorProps) {
|
||||
this.streams = streams
|
||||
this.streams = streams.clone()
|
||||
this.regions = regions
|
||||
this.storage = new Storage(PUBLIC_DIR)
|
||||
this.logFile = logFile
|
||||
|
||||
Reference in New Issue
Block a user