image: fix broken cover module
This commit is contained in:
parent
a1cd4f7b26
commit
e78e71e3a7
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@ import org.oxycblt.musikr.cover.CoverIdentifier
|
|||
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
abstract class CoverModule {
|
||||
@Binds abstract fun configCovers(impl: SettingCoversImpl): SettingCovers
|
||||
interface CoverModule {
|
||||
@Binds fun configCovers(impl: SettingCoversImpl): SettingCovers
|
||||
}
|
||||
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
abstract class CoverProvidesModule {
|
||||
class CoverProvidesModule {
|
||||
@Provides fun identifier(): CoverIdentifier = CoverIdentifier.md5()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue