fix: fix typo in episode blade.
This commit is contained in:
parent
e552dbab07
commit
96846d3cf9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user