mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 20:08:43 +00:00
(web) #1171: bugs in viewing torrent info and progress bar
This commit is contained in:
@@ -301,6 +301,12 @@ Torrent.prototype =
|
||||
|
||||
// Add the progress bar
|
||||
var notDone = this._leftUntilDone > 0;
|
||||
|
||||
// Fix for situation
|
||||
// when a verifying/downloading torrent gets state seeding
|
||||
if( this.state == Torrent._StatusSeeding )
|
||||
notDone = false ;
|
||||
|
||||
if( notDone )
|
||||
{
|
||||
var eta = '';
|
||||
|
||||
Reference in New Issue
Block a user