mirror of
https://github.com/iptv-org/iptv
synced 2026-04-11 13:33:06 -04:00
Update scripts
This commit is contained in:
@@ -57,7 +57,7 @@ async function main() {
|
||||
streams = streams.orderBy(
|
||||
[
|
||||
(stream: Stream) => stream.name,
|
||||
(stream: Stream) => stream.getHorizontalResolution(),
|
||||
(stream: Stream) => stream.getVerticalResolution(),
|
||||
(stream: Stream) => stream.getLabel(),
|
||||
(stream: Stream) => stream.url
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user