Move tracker binding logic to interactor

(cherry picked from commit 69223df27c198550a7c43dc1af4c65f85bcb395b)
This commit is contained in:
arkon
2023-11-04 17:05:38 -04:00
committed by Jobobby04
parent f3fc4c7be1
commit 3dc895778f
5 changed files with 97 additions and 88 deletions
@@ -118,7 +118,7 @@ class DomainModule : InjektModule {
addSingletonFactory<TrackRepository> { TrackRepositoryImpl(get()) }
addFactory { TrackChapter(get(), get(), get(), get()) }
addFactory { AddTracks(get(), get(), get()) }
addFactory { AddTracks(get(), get(), get(), get()) }
addFactory { RefreshTracks(get(), get(), get(), get()) }
addFactory { DeleteTrack(get()) }
addFactory { GetTracksPerManga(get(), get()) }