diff --git a/web/javascript/torrent.js b/web/javascript/torrent.js index 03b90ef4f..95d91f5d2 100644 --- a/web/javascript/torrent.js +++ b/web/javascript/torrent.js @@ -304,7 +304,7 @@ Torrent.prototype = // Fix for situation // when a verifying/downloading torrent gets state seeding - if( this.state == Torrent._StatusSeeding ) + if( this._state == Torrent._StatusSeeding ) notDone = false ; if( notDone )