Update scripts

This commit is contained in:
freearhey
2025-10-29 07:58:58 +03:00
parent 5845b24778
commit f07af88a8c
5 changed files with 105 additions and 134 deletions

View File

@@ -1,10 +1,10 @@
import { SiteConfig } from '../core/siteConfig'
import { Channel } from '../models/channel'
import epgGrabber from 'epg-grabber'
import { Dayjs } from 'dayjs'
export interface QueueItem {
channel: Channel
date: Dayjs
siteConfig: SiteConfig
config: epgGrabber.Types.SiteConfig
error: string | null
}