playback: fix more build errors

This commit is contained in:
Alexander Capehart 2024-09-24 18:55:24 -06:00
parent 9ef3c41bf8
commit d394b76908

View file

@ -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,