Regionieuwsmix heeft geen V-code

This commit is contained in:
2020-06-07 14:09:27 +02:00
parent cf35296c4a
commit 45183f176a

View File

@@ -267,9 +267,8 @@ QUERY;
$current->ends($next->start); $current->ends($next->start);
if($current->isLayout() /* || $current->secondsRemaining() < 0 */) { if($current->isLayout() /* || $current->secondsRemaining() < 0 */) {
if($next->isLayout()) { if($next->isLayout()) {
return response()->json(['inProgram' => true, 'program' => $program]); // return response()->json(['inProgram' => true, 'program' => $program]);
} } else
$current = $next; $current = $next;
} }