Add option to mark new duplicate read chapters as read (#1785)

This commit is contained in:
AntsyLich
2025-02-27 23:32:51 +06:00
committed by GitHub
parent b93746b01e
commit cd0481592c
6 changed files with 27 additions and 8 deletions
@@ -153,7 +153,7 @@ class DomainModule : InjektModule {
addFactory { UpdateChapter(get()) }
addFactory { SetReadStatus(get(), get(), get(), get()) }
addFactory { ShouldUpdateDbChapter() }
addFactory { SyncChaptersWithSource(get(), get(), get(), get(), get(), get(), get(), get()) }
addFactory { SyncChaptersWithSource(get(), get(), get(), get(), get(), get(), get(), get(), get()) }
addFactory { GetAvailableScanlators(get()) }
addFactory { FilterChaptersForDownload(get(), get(), get()) }