mirror of
https://github.com/transmission/transmission
synced 2025-02-12 17:34:40 +00:00
(clutch) fix variablename typo. this is from a patch in ticket #1172
This commit is contained in:
parent
2edfe1907a
commit
c266453ee4
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue