- turbo + code adaptation
- cover & thumbnails download
This commit is contained in:
Jérémy Guillot
2024-07-06 21:25:07 +02:00
parent 7dee9d71be
commit 54c581b229
35 changed files with 1126 additions and 573 deletions

View File

@@ -51,10 +51,14 @@ services:
App\Controller\ImportController:
arguments:
$projectDir: '%kernel.project_dir%'
App\EventListener\MangaScrapedListener:
tags:
- { name: kernel.event_listener, event: 'manga.scraped', method: 'onMangaScraped' }
App\Controller\TestController:
arguments:
$projectDir: '%kernel.project_dir%'
App\Controller\MangaController:
arguments:
$projectDir: '%kernel.project_dir%'
App\EventSubscriber\QueueStatusSubscriber:
tags: