mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
$model->podcast->language_code
This commit is contained in:
@@ -53,7 +53,9 @@ class Episode extends Resource
|
||||
'episode_id' => $model->id,
|
||||
'name' => $model->data['title'],
|
||||
'type' => 'podcast_episode',
|
||||
'language_code' => $model->podcast->language_code,
|
||||
'language_code' => str($model->podcast->language_code)
|
||||
->before('-')
|
||||
->toString(),
|
||||
'value' => null,
|
||||
'excerpt' => $model->data['description'],
|
||||
'subtitle' => $model->data['description'],
|
||||
|
||||
Reference in New Issue
Block a user