Kleine wijzigingen layout, kerkdienst

This commit is contained in:
2020-01-06 03:17:57 +01:00
parent ed1871ae68
commit 3af813ca23
30 changed files with 46 additions and 32265 deletions

View File

@@ -39,10 +39,8 @@ class RadioController extends Controller
public function podcast(Request $request, $id)
{
if(!config('app.debug')) {
parent::registerView($request, 'podcast', $id);
}
$apiResult = $this->API('podcast/details/' . (int)$id);
parent::registerView($request, 'podcast', $id);
$apiResult = $this->API('podcast/details/' . (int)$id);
$podcast = new \Model\Podcast($apiResult);
$related = [];