mirror of
https://github.com/iptv-org/iptv
synced 2026-04-24 11:47:13 -04:00
Update scripts
This commit is contained in:
@@ -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
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user