mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
feat(media): save audio, images, transcripts and chapters to media for episode and persons
This commit is contained in:
parent
fafaa7e689
commit
58e2a00a87
22 changed files with 144 additions and 129 deletions
|
|
@ -70,9 +70,7 @@ class Image extends BaseMedia
|
|||
|
||||
public function deleteFile(): void
|
||||
{
|
||||
helper('media');
|
||||
|
||||
unlink(media_path($this->file_path));
|
||||
parent::deleteFile();
|
||||
|
||||
$this->deleteSizes();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue