From e20016fb495b436db724ae5d58221cf56e6e3e7d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:22:57 +0300 Subject: [PATCH] Update parse.ts --- scripts/commands/channels/parse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/channels/parse.ts b/scripts/commands/channels/parse.ts index 80ea72ae..44a632b7 100644 --- a/scripts/commands/channels/parse.ts +++ b/scripts/commands/channels/parse.ts @@ -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 ])