fix: release build errors

This commit is contained in:
eddyizm 2026-02-15 10:30:01 -08:00
parent 9adaf8c013
commit 72d7aea6e3
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -41,8 +41,8 @@ import retrofit2.Callback
import retrofit2.Response import retrofit2.Response
open class MediaLibrarySessionCallback( open class MediaLibrarySessionCallback(
context: Context, private val context: Context,
automotiveRepository: AutomotiveRepository private val automotiveRepository: AutomotiveRepository
) : ) :
MediaLibraryService.MediaLibrarySession.Callback { MediaLibraryService.MediaLibrarySession.Callback {