mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update sky.de.config.js
This commit is contained in:
parent
f193749a28
commit
1ab05246ee
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ module.exports = {
|
|||
title: item.et,
|
||||
description: item.epit,
|
||||
category: item.ec,
|
||||
start: dayjs.valueOf(item.bsdt),
|
||||
stop: dayjs.valueOf(item.bedt),
|
||||
start: dayjs(item.bsdt),
|
||||
stop: dayjs(item.bedt),
|
||||
season: item.sn,
|
||||
episode: item.en,
|
||||
icon: item.pu ? `http://sky.de${item.pu}` : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue