library with grid

This commit is contained in:
Benjamin Takats
2023-01-20 16:24:53 +01:00
parent 3f6e1cc7df
commit 8a40fb8ff8
8 changed files with 21 additions and 7 deletions

View File

@@ -54,6 +54,8 @@ class Episode extends Resource
'type' => 'podcast_episode',
'language_code' => $model->podcast->language_code,
'value' => null,
'excerpt' => $model->data['description'],
'subtitle' => $model->data['description'],
]);
$libraryItem->syncTagsWithType(is_array($request->tags) ? $request->tags : str($request->tags)->explode('-----'),
'library_item');