mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update digiturk.com.tr.config.js
This commit is contained in:
parent
9a681bb415
commit
c809f01e0d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseStart(item) {
|
function parseStart(item) {
|
||||||
return dayjs.unix(item.BroadcastTimeStamp, 'Europe/Istanbul')
|
return dayjs.tz(item.BroadcastStart, 'Europe/Istanbul')
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseCategory(item) {
|
function parseCategory(item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue