playback: fix di error
This commit is contained in:
parent
a7aae6a11e
commit
9ef3c41bf8
1 changed files with 5 additions and 3 deletions
|
@ -72,9 +72,11 @@ interface PlayerKernel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class PlayerKernelFactoryImpl(
|
class PlayerKernelFactoryImpl
|
||||||
@Inject private val mediaSourceFactory: MediaSource.Factory,
|
@Inject
|
||||||
@Inject private val replayGainProcessor: ReplayGainAudioProcessor
|
constructor(
|
||||||
|
private val mediaSourceFactory: MediaSource.Factory,
|
||||||
|
private val replayGainProcessor: ReplayGainAudioProcessor
|
||||||
) : PlayerKernel.Factory {
|
) : PlayerKernel.Factory {
|
||||||
override fun create(
|
override fun create(
|
||||||
context: Context,
|
context: Context,
|
||||||
|
|
Loading…
Reference in a new issue