- ContentSource handling in message
- ContentSource list, add/update ui
- nextPageSelector and imageSelector can be null
- cleanup
This commit is contained in:
Jérémy Guillot
2024-06-30 20:47:27 +02:00
parent ba30d3102d
commit 3012adfee7
24 changed files with 762 additions and 707 deletions

View File

@@ -39,19 +39,10 @@ services:
referer: true
protocols: [ 'http', 'https' ]
track_redirects: true
App\Service\MangaScraperServiceOld:
arguments:
$projectDir: '%kernel.project_dir%'
App\Service\MangaScraperService:
arguments:
$projectDir: '%kernel.project_dir%'
App\Service\MangaExportService:
arguments:
$projectDir: '%kernel.project_dir%'
App\Service\MangaImportService:
arguments:
@@ -69,9 +60,6 @@ services:
tags:
- { name: kernel.event_subscriber }
App\Controller\MenuController:
tags: [ 'controller.service_arguments' ]
App\Client\MangadexClient:
arguments:
$httpClient: '@GuzzleHttp\Client'