fix: added preference that got lost in merging, removed old media factory ref, bumped version for release

This commit is contained in:
eddyizm 2025-10-07 21:51:02 -07:00
parent d1e247f9e2
commit ff0c42d14c
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 9 additions and 4 deletions

View file

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