Update znbc.co.zm.config.js

This commit is contained in:
Aleksandr Statciuk 2021-08-28 03:01:10 +03:00
parent 1489992f00
commit 7bbca8e0ad

View file

@ -31,7 +31,7 @@ module.exports = {
items.forEach(item => {
const title = parseTitle(item)
const start = parseStart(item, date)
const stop = parseStop(item, start)
const stop = parseStop(item, date)
if (programs.length) {
programs[programs.length - 1].stop = start
}