fingers crossed

This commit is contained in:
Arjix 2021-10-16 23:44:12 +03:00 committed by GitHub
parent f9ef71a389
commit 06177079c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -938,7 +938,7 @@ object VideoDownloadManager {
KEY_DOWNLOAD_INFO, KEY_DOWNLOAD_INFO,
it.toString(), it.toString(),
DownloadedFileInfo( DownloadedFileInfo(
(bytesDownloaded / tsProgress) * totalTs, bytesDownloaded * (totalTs / tsProgress.toFloat()),
relativePath, relativePath,
displayName, displayName,
tsProgress.toString() tsProgress.toString()