Cleanup history repository (#8297)

* Cleanup history repository

* Lint
This commit is contained in:
AntsyLich
2022-10-28 04:03:52 +06:00
committed by GitHub
parent ccc4144f3c
commit 0657a52924
4 changed files with 40 additions and 53 deletions

View File

@@ -93,7 +93,7 @@ class DomainModule : InjektModule {
addFactory { GetLibraryManga(get()) }
addFactory { GetMangaWithChapters(get(), get()) }
addFactory { GetManga(get()) }
addFactory { GetNextChapter(get()) }
addFactory { GetNextChapter(get(), get(), get(), get()) }
addFactory { ResetViewerFlags(get()) }
addFactory { SetMangaChapterFlags(get()) }
addFactory { SetMangaDefaultChapterFlags(get(), get(), get()) }