mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
fix(file-uploads): validate chapters json content + remove permit_empty rule to uploaded files
refs #445
This commit is contained in:
parent
37f2d2d21a
commit
6289c42b11
12 changed files with 792 additions and 891 deletions
|
|
@ -218,7 +218,6 @@ class EpisodeModel extends UuidModel
|
|||
/** @var LazyUuidFromString $uuid */
|
||||
$uuid = $this->uuid->{$this->uuidVersion}();
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
if (! $this->update($episodeId, [
|
||||
'preview_id' => $uuid,
|
||||
])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue