Fix:Android internal storage downloads audio files multiple times #791

This commit is contained in:
advplyr 2023-07-26 18:02:25 -05:00
parent 852702112a
commit 5810a83c66

View file

@ -90,6 +90,7 @@ class DownloadItemManager(var downloadManager:DownloadManager, private var folde
Log.d(tag, "Start internal download to destination path ${it.finalDestinationPath} from ${it.serverUrl}")
InternalDownloadManager(fileOutputStream, internalProgressCallback).download(it.serverUrl)
it.downloadId = 1
currentDownloadItemParts.add(it)
} else {
val dlRequest = it.getDownloadRequest()