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

@@ -105,7 +105,6 @@ async function loadStreams({
.orderBy(
[
(stream: Stream) => stream.channel,
(stream: Stream) => stream.timeshift,
(stream: Stream) => parseInt(stream.quality.replace('p', '')),
(stream: Stream) => stream.label
],