Update scripts

This commit is contained in:
freearhey
2025-03-09 19:14:12 +03:00
parent 97013030bb
commit b71641f576
6 changed files with 3 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ async function main() {
let streams = await parser.parse(files)
streams = streams
.map(data => new Stream(data))
.orderBy([(stream: Stream) => stream.channel, (stream: Stream) => stream.timeshift])
.orderBy([(stream: Stream) => stream.channel])
.map((stream: Stream) => stream.toJSON())
logger.info(`found ${streams.count()} streams`)