From fd0ea1c9fccc2c5c14bc43e055dbcee14a25fb89 Mon Sep 17 00:00:00 2001 From: StrangeDrVN <172238701+StrangeDrVN@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:54:58 +0530 Subject: [PATCH] fix channel:edit not saving --- scripts/commands/channels/edit.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/commands/channels/edit.ts b/scripts/commands/channels/edit.ts index 8005e03c0..e3c1f47b6 100644 --- a/scripts/commands/channels/edit.ts +++ b/scripts/commands/channels/edit.ts @@ -70,6 +70,7 @@ export default async function main(filepath: string) { channel.xmltv_id = '' } }) + save(filepath, channelsFromXML) } async function selectChannel(channel: epgGrabber.Channel): Promise {