diff --git a/app/build.gradle b/app/build.gradle index 9bdd17cc..2c02abe9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 32 - versionName '3.15.1' + versionCode 33 + versionName '3.16.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/app/src/main/res/xml/global_preferences.xml b/app/src/main/res/xml/global_preferences.xml index 29cb7b85..b558e20e 100644 --- a/app/src/main/res/xml/global_preferences.xml +++ b/app/src/main/res/xml/global_preferences.xml @@ -92,11 +92,18 @@ android:summary="@string/settings_auto_download_lyrics_summary" android:key="auto_download_lyrics" /> + + + diff --git a/app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt b/app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt index 53585473..27214f90 100644 --- a/app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt +++ b/app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt @@ -453,8 +453,6 @@ class MediaService : MediaLibraryService() { private fun getRenderersFactory() = DownloadUtil.buildRenderersFactory(this, false) - private fun getMediaSourceFactory() = - DefaultMediaSourceFactory(this).setDataSourceFactory(DownloadUtil.getDataSourceFactory(this)) } private const val WIDGET_UPDATE_INTERVAL_MS = 1000L