mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update create-queue.js
This commit is contained in:
@@ -48,7 +48,7 @@ async function createQueue() {
|
||||
if (!item.site || !item.site_id || !item.xmltv_id) continue
|
||||
for (const d of dates) {
|
||||
const dString = d.toJSON()
|
||||
const key = `${item.site}:${item.site_id}:${dString}`
|
||||
const key = `${item.site}:${item.site_id}:${item.lang}:${dString}`
|
||||
if (!queue[key]) {
|
||||
queue[key] = {
|
||||
channel: {
|
||||
|
||||
Reference in New Issue
Block a user