forked from recloudstream/cloudstream
Update VideoDownloadManager.kt
This commit is contained in:
parent
06177079c0
commit
1c7692c3ec
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 * (totalTs / tsProgress.toFloat()),
|
(bytesDownloaded * (totalTs / tsProgress.toFloat())).toLong(),
|
||||||
relativePath,
|
relativePath,
|
||||||
displayName,
|
displayName,
|
||||||
tsProgress.toString()
|
tsProgress.toString()
|
||||||
|
|
Loading…
Reference in a new issue