Merge branch 'master' into patch-2026.04.1

This commit is contained in:
freearhey
2026-04-23 06:05:25 +03:00
179 changed files with 74034 additions and 39037 deletions

View File

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

View File

@@ -88,7 +88,7 @@ export async function loadIssues(props?: { labels: string[] | string }) {
if (props && props.labels) {
labels = Array.isArray(props.labels) ? props.labels.join(',') : props.labels
}
let issues: object[] = []
let issues: object[]
if (TESTING) {
issues = (await import('../../tests/__data__/input/sites_update/issues.mjs')).default
} else {