mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update parse.ts
This commit is contained in:
parent
f76820df8b
commit
e20016fb49
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ async function main() {
|
|||
|
||||
output = output.orderBy([
|
||||
(channel: Channel) => channel.lang,
|
||||
(channel: Channel) => (channel.xmltv_id ? channel.xmltv_id.toLowerCase() : '!'),
|
||||
(channel: Channel) => (channel.xmltv_id ? channel.xmltv_id.toLowerCase() : '0'),
|
||||
(channel: Channel) => channel.site_id
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue