fix channel:edit not saving

This commit is contained in:
StrangeDrVN
2026-04-20 12:54:58 +05:30
committed by GitHub
parent 469a649082
commit fd0ea1c9fc

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> {