feat: added 32bit build and debug build for testing. Removed unused f… (#108)

This commit is contained in:
eddyizm
2025-09-22 12:38:32 -07:00
committed by GitHub
3 changed files with 18 additions and 7 deletions

View File

@@ -265,9 +265,6 @@ class MediaService : MediaLibraryService(), SessionAvailabilityListener {
private fun getRenderersFactory() = DownloadUtil.buildRenderersFactory(this, false)
private fun getMediaSourceFactory() =
DefaultMediaSourceFactory(this).setDataSourceFactory(DownloadUtil.getDataSourceFactory(this))
override fun onCastSessionAvailable() {
val currentQueue = getQueueFromPlayer(player)
val currentIndex = player.currentMediaItemIndex

View File

@@ -264,9 +264,6 @@ class MediaService : MediaLibraryService(), SessionAvailabilityListener {
private fun getRenderersFactory() = DownloadUtil.buildRenderersFactory(this, false)
private fun getMediaSourceFactory() =
DefaultMediaSourceFactory(this).setDataSourceFactory(DownloadUtil.getDataSourceFactory(this))
override fun onCastSessionAvailable() {
val currentQueue = getQueueFromPlayer(player)
val currentIndex = player.currentMediaItemIndex