Update m.tv.sms.cz.config.js
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user