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

@ -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
],