mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Not needed.
This commit is contained in:
parent
74df3c6870
commit
4d04cddc6e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class ConsoleTransferListener @JvmOverloads constructor(out: PrintStream? = null
|
||||||
|
|
||||||
for (entry in downloads.entries) {
|
for (entry in downloads.entries) {
|
||||||
val total = entry.key.contentLength
|
val total = entry.key.contentLength
|
||||||
val complete = entry.value.toLong()
|
val complete = entry.value
|
||||||
|
|
||||||
buffer.append(getStatus(complete, total)).append(" ")
|
buffer.append(getStatus(complete, total)).append(" ")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue