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