fix: fix typo in episode blade.

This commit is contained in:
Paul Couture 2024-05-26 13:02:19 -05:00
parent e552dbab07
commit 96846d3cf9

View File

@ -2,7 +2,7 @@
@section('page-title', $pageTitle)
@if (!in_null($episode->artwork))
@if (!is_null($episode->artwork))
@section('meta_og_img', config('app.static_asset_url') . '/thumbnails/' . $episode->artwork->filename)
@endif