mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Update scripts
This commit is contained in:
parent
b628341520
commit
1b29e05111
6 changed files with 3 additions and 18 deletions
|
@ -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
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue