Skip to content

Commit

Permalink
Remove DisplayPreferencesDtoNullabilityFixHook
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen authored and Maxr1998 committed Apr 17, 2022
1 parent d37b0e2 commit 2a9dd0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package org.jellyfin.openapi.hooks
import org.jellyfin.openapi.hooks.api.BinaryOperationUrlHook
import org.jellyfin.openapi.hooks.api.PlayStateServiceNameHook
import org.jellyfin.openapi.hooks.model.DefaultUserIdHook
import org.jellyfin.openapi.hooks.model.DisplayPreferencesDtoNullabilityFixHook
import org.jellyfin.openapi.hooks.model.ImageMapsHook
import org.jellyfin.openapi.hooks.model.SyncPlayGroupUpdateHook
import org.koin.dsl.bind
Expand All @@ -12,7 +11,6 @@ import org.koin.dsl.module
val hooksModule = module {
single { ImageMapsHook() } bind TypeBuilderHook::class
single { SyncPlayGroupUpdateHook() } bind TypeBuilderHook::class
single { DisplayPreferencesDtoNullabilityFixHook() } bind TypeBuilderHook::class

single { BinaryOperationUrlHook() } bind OperationUrlHook::class

Expand Down

This file was deleted.

0 comments on commit 2a9dd0f

Please sign in to comment.