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 {