playback: fix more build errors
This commit is contained in:
parent
9ef3c41bf8
commit
d394b76908
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ import org.oxycblt.auxio.util.logE
|
||||||
class PlayerStateHolder(
|
class PlayerStateHolder(
|
||||||
private val context: Context,
|
private val context: Context,
|
||||||
playerKernelFactory: PlayerKernel.Factory,
|
playerKernelFactory: PlayerKernel.Factory,
|
||||||
gaplessQueuerFactory: Queuer.Factory,
|
gaplessQueuerFactory: GaplessQueuer.Factory,
|
||||||
private val playbackManager: PlaybackStateManager,
|
private val playbackManager: PlaybackStateManager,
|
||||||
private val persistenceRepository: PersistenceRepository,
|
private val persistenceRepository: PersistenceRepository,
|
||||||
private val playbackSettings: PlaybackSettings,
|
private val playbackSettings: PlaybackSettings,
|
||||||
|
@ -75,7 +75,7 @@ class PlayerStateHolder(
|
||||||
private val persistenceRepository: PersistenceRepository,
|
private val persistenceRepository: PersistenceRepository,
|
||||||
private val playbackSettings: PlaybackSettings,
|
private val playbackSettings: PlaybackSettings,
|
||||||
private val playerFactory: PlayerKernel.Factory,
|
private val playerFactory: PlayerKernel.Factory,
|
||||||
private val gaplessQueuerFactory: Queuer.Factory,
|
private val gaplessQueuerFactory: GaplessQueuer.Factory,
|
||||||
private val commandFactory: PlaybackCommand.Factory,
|
private val commandFactory: PlaybackCommand.Factory,
|
||||||
private val replayGainProcessor: ReplayGainAudioProcessor,
|
private val replayGainProcessor: ReplayGainAudioProcessor,
|
||||||
private val musicRepository: MusicRepository,
|
private val musicRepository: MusicRepository,
|
||||||
|
|
Loading…
Reference in a new issue