mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +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
|
|
@ -126,6 +126,10 @@ class Images extends BaseConfig
|
|||
],
|
||||
];
|
||||
|
||||
public string $avatarDefaultPath = 'castopod-avatar-default.jpg';
|
||||
|
||||
public string $avatarDefaultMimeType = 'image/jpg';
|
||||
|
||||
public string $podcastBannerDefaultPath = 'castopod-banner-default.jpg';
|
||||
|
||||
public string $podcastBannerDefaultMimeType = 'image/jpeg';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue