mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk web) seedRatioLimit > seedRatio
This commit is contained in:
@@ -396,7 +396,7 @@ Transmission.prototype =
|
||||
container.scrollTop( offsetTop + offsetHeight - innerHeight );
|
||||
},
|
||||
|
||||
seedRatio: function(){
|
||||
seedRatioLimit: function(){
|
||||
if(this._prefs && this._prefs['seedRatioLimited'])
|
||||
return this._prefs['seedRatioLimit'];
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user