mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 02:47:00 -04:00
Merge branch 'master' into patch-2026.04.1
This commit is contained in:
@@ -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> {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user