mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fingers crossed
This commit is contained in:
parent
f9ef71a389
commit
06177079c0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue