Add source to merged chapters without messing with the scanlators

This commit is contained in:
Jobobby04
2022-11-15 01:07:43 -05:00
parent 1acb7a1a35
commit 0a6672a768
6 changed files with 43 additions and 41 deletions
@@ -118,7 +118,7 @@ class SYDomainModule : InjektModule {
addFactory { GetMergedManga(get()) }
addFactory { GetMergedMangaById(get()) }
addFactory { GetMergedReferencesById(get()) }
addFactory { GetMergedChapterByMangaId(get(), get(), get()) }
addFactory { GetMergedChapterByMangaId(get(), get()) }
addFactory { InsertMergedReference(get()) }
addFactory { UpdateMergedSettings(get()) }
addFactory { DeleteByMergeId(get()) }