music: fix extractor module
This commit is contained in:
parent
9a990096da
commit
608e249a87
1 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,5 @@ import dagger.hilt.components.SingletonComponent
|
|||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
interface MetadataModule {
|
||||
@Binds fun tagInterpreter(interpreter: TagInterpreterImpl): TagInterpreter
|
||||
|
||||
@Binds fun exoPlayerTagExtractor(extractor: ExoPlayerTagExtractorImpl): ExoPlayerTagExtractor
|
||||
@Binds fun tagExtractor(impl: TagExtractorImpl): TagExtractor
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue