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
1 changed files with 1 additions and 1 deletions

View File

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