mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
fix: delete files using file_manager when deleting episode and podcast
- add deleteAll method to file manager - refactor deletePodcastImageSizes and deletePersonImagesSizes implementations
This commit is contained in:
parent
7e1a470ba4
commit
41d8efe6e7
6 changed files with 1768 additions and 1721 deletions
|
|
@ -24,5 +24,7 @@ interface FileManagerInterface
|
|||
|
||||
public function deletePersonImagesSizes(): bool;
|
||||
|
||||
public function deleteAll(string $prefix, string $pattern = '*'): bool;
|
||||
|
||||
public function isHealthy(): bool;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue