mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update parse.ts
This commit is contained in:
@@ -70,7 +70,7 @@ async function main() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
output = output.orderBy([
|
output = output.orderBy([
|
||||||
(channel: Channel) => channel.lang,
|
(channel: Channel) => channel.lang || '_',
|
||||||
(channel: Channel) => (channel.xmltv_id ? channel.xmltv_id.toLowerCase() : '0'),
|
(channel: Channel) => (channel.xmltv_id ? channel.xmltv_id.toLowerCase() : '0'),
|
||||||
(channel: Channel) => channel.site_id
|
(channel: Channel) => channel.site_id
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user