mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update create-queue.js
This commit is contained in:
parent
b07da5620a
commit
81dbd37a3c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ async function createQueue() {
|
||||||
if (!item.site || !item.site_id || !item.xmltv_id) continue
|
if (!item.site || !item.site_id || !item.xmltv_id) continue
|
||||||
for (const d of dates) {
|
for (const d of dates) {
|
||||||
const dString = d.toJSON()
|
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]) {
|
if (!queue[key]) {
|
||||||
queue[key] = {
|
queue[key] = {
|
||||||
channel: {
|
channel: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue