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(
|
||||
@Inject private val mediaSourceFactory: MediaSource.Factory,
|
||||
@Inject private val replayGainProcessor: ReplayGainAudioProcessor
|
||||
class PlayerKernelFactoryImpl
|
||||
@Inject
|
||||
constructor(
|
||||
private val mediaSourceFactory: MediaSource.Factory,
|
||||
private val replayGainProcessor: ReplayGainAudioProcessor
|
||||
) : PlayerKernel.Factory {
|
||||
override fun create(
|
||||
context: Context,
|
||||
|
|
Loading…
Reference in a new issue