mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update m.tv.sms.cz.config.js
This commit is contained in:
parent
32fdf396df
commit
b642a6080c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = {
|
||||||
items.forEach((item, i) => {
|
items.forEach((item, i) => {
|
||||||
const title = parseTitle(item)
|
const title = parseTitle(item)
|
||||||
const description = parseDescription(item)
|
const description = parseDescription(item)
|
||||||
const start = parseStart(item, date)
|
let start = parseStart(item, date)
|
||||||
if (start.hour() > 11) PM = true
|
if (start.hour() > 11) PM = true
|
||||||
if (start.hour() < 12 && PM) start = start.add(1, 'd')
|
if (start.hour() < 12 && PM) start = start.add(1, 'd')
|
||||||
const stop = parseStop(item, date)
|
const stop = parseStop(item, date)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue