Update scripts

This commit is contained in:
freearhey 2025-03-09 19:14:12 +03:00
parent b628341520
commit 1b29e05111
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`)