parent
3080001d3d
commit
6447966e91
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ function TorrentList (state) {
|
|||
|
||||
// If it's downloading/seeding then show progress info
|
||||
var prog = torrentSummary.progress
|
||||
if (torrentSummary.state !== 'paused' && prog) {
|
||||
if (torrentSummary.status !== 'paused' && prog) {
|
||||
var progress = Math.floor(100 * prog.progress)
|
||||
var downloaded = prettyBytes(prog.downloaded)
|
||||
var total = prettyBytes(prog.length || 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue