mirror of
https://github.com/iptv-org/iptv
synced 2026-04-18 16:59:39 -04:00
Update scripts
This commit is contained in:
@@ -27,6 +27,6 @@ export class IndexGenerator implements Generator {
|
||||
const playlist = new Playlist(sfwStreams, { public: true })
|
||||
const filepath = 'index.m3u'
|
||||
await this.storage.save(filepath, playlist.toString())
|
||||
this.logger.info(JSON.stringify({ filepath, count: playlist.streams.count() }))
|
||||
this.logger.info(JSON.stringify({ type: 'index', filepath, count: playlist.streams.count() }))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user