mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 11:58:36 +00:00
(clutch) fix variablename typo. this is from a patch in ticket #1172
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user