0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Remove unused methods in MediathekRepository

This commit is contained in:
Christine Coenen 2021-11-07 19:29:38 +01:00
parent 392b8ce261
commit 18980c0c83

View File

@ -42,7 +42,7 @@ class KoinModules {
single { ChannelRepository(androidContext(), get()) }
single { Database.getInstance(androidContext()) }
single { MediathekRepository(get(), get()) }
single { MediathekRepository(get()) }
single { PersistedPlaybackPositionRepository(get()) } bind IPlaybackPositionRepository::class
single { DownloadController(androidContext(), get()) } bind IDownloadController::class
single {