mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 22:54:12 +00:00
fix daychange end calculation w/ new timestamp format
This commit is contained in:
parent
7007ae6f78
commit
64031cbcb8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function program()
|
|||
'title' => 'Daychange from Day '.$dayidx.' to '.($dayidx+1),
|
||||
|
||||
'start' => $dayend,
|
||||
'end' => strtotime((string)$schedule->day[$dayidx]['start']),
|
||||
'end' => (int)$schedule->day[$dayidx]['start'],
|
||||
'duration' => 60*60,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue