Merge pull request #3095 from iptv-org/strange-fix-edit-channels-script

fix channel:edit not saving
This commit is contained in:
Ismaël Moret
2026-04-21 15:40:57 +02:00
committed by GitHub

View File

@@ -70,6 +70,7 @@ export default async function main(filepath: string) {
channel.xmltv_id = '' channel.xmltv_id = ''
} }
}) })
save(filepath, channelsFromXML)
} }
async function selectChannel(channel: epgGrabber.Channel): Promise<string> { async function selectChannel(channel: epgGrabber.Channel): Promise<string> {