Added:
- toolbar refactor
This commit is contained in:
@@ -42,6 +42,7 @@ readonly class MangadexProvider implements MetadataProviderInterface
|
||||
->setSlug($this->slugger->slug($result['attributes']['title']['en'])->lower())
|
||||
->setDescription($result['attributes']['description']['fr'] ?? $result['attributes']['description']['en'] ?? '')
|
||||
->setPublicationYear($result['attributes']['year'])
|
||||
->setStatus($result['attributes']['status'])
|
||||
;
|
||||
$tags = [];
|
||||
foreach($result['attributes']['tags'] as $tag){
|
||||
|
||||
Reference in New Issue
Block a user