Skip to content

Commit

Permalink
Remove ApiClientPlaybackHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed May 18, 2024
1 parent 8cff053 commit 40306c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 419 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/org/jellyfin/androidtv/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ val appModule = module {
single { ItemLauncher() }
single { KeyProcessor() }
single { ReportingHelper() }
// single<PlaybackHelper> { ApiClientPlaybackHelper() }
single<PlaybackHelper> { SdkPlaybackHelper(get(), get(), get(), get(), get(), get(), get()) }

factory { (context: Context) -> SearchFragmentDelegate(context, get(), get()) }
Expand Down
Loading

0 comments on commit 40306c2

Please sign in to comment.