mirror of
https://github.com/iptv-org/iptv
synced 2026-09-09 05:17:04 -04:00
Merge pull request #50558 from iptv-org/patch-2026.09.1
Patch 2026.09.1
This commit is contained in:
@@ -113,11 +113,12 @@ async function main() {
|
||||
streams = streams.sortBy(
|
||||
[
|
||||
(stream: Stream) => stream.title,
|
||||
(stream: Stream) => (stream.isGeoBlocked ? -1 : 0),
|
||||
(stream: Stream) => (stream.isNot247 ? -1 : 0),
|
||||
(stream: Stream) => stream.getVerticalResolution(),
|
||||
(stream: Stream) => stream.label,
|
||||
(stream: Stream) => stream.url
|
||||
],
|
||||
['asc', 'desc', 'asc', 'asc']
|
||||
['asc', 'desc', 'desc', 'desc', 'asc']
|
||||
)
|
||||
|
||||
logger.info('saving...')
|
||||
|
||||
Reference in New Issue
Block a user