Skip to content

Commit

Permalink
Update telewebion.com.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fraudiay79 authored Jan 14, 2025
1 parent 76a99f2 commit 984690e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sites/telewebion.com/telewebion.com.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ module.exports = {

data.body.queryChannel.forEach(channel => {
channel.episodes.forEach(item => {
const start = dayjs.tz(item.started_at, 'Asia/Tehran');
const stop = dayjs.tz(item.ended_at, 'Asia/Tehran');
//const start = dayjs.tz(item.started_at, 'Asia/Tehran');
//const stop = dayjs.tz(item.ended_at, 'Asia/Tehran');

programs.push({
title: item.title,
start,
stop
start: item.started_at,
stop: item.ended_at
});
});
});
Expand Down

0 comments on commit 984690e

Please sign in to comment.