mirror of
https://github.com/iptv-org/iptv
synced 2026-03-31 08:11:42 -04:00
Update scripts
This commit is contained in:
@@ -15,7 +15,7 @@ export class IndexLanguageGenerator implements Generator {
|
||||
logFile: File
|
||||
|
||||
constructor({ streams, logFile }: IndexLanguageGeneratorProps) {
|
||||
this.streams = streams
|
||||
this.streams = streams.clone()
|
||||
this.storage = new Storage(PUBLIC_DIR)
|
||||
this.logFile = logFile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user