clean: code cleanup

This commit is contained in:
antonio 2023-07-03 09:26:31 +02:00
parent c81bfe1457
commit 47302815c1

View file

@ -239,6 +239,4 @@ class MediaService : MediaLibraryService() {
private fun getMediaSourceFactory() =
DefaultMediaSourceFactory(this).setDataSourceFactory(DownloadUtil.getDataSourceFactory(this))
}