mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk, web) fix bug #4621 'seeding progressbars don't show in web ui'
This commit is contained in:
@@ -111,6 +111,7 @@ Transmission.prototype =
|
||||
var o = data['arguments'];
|
||||
Prefs.getClutchPrefs(o);
|
||||
this.updateGuiFromSession(o);
|
||||
this.sessionProperties = o;
|
||||
}, this, async);
|
||||
},
|
||||
|
||||
@@ -254,7 +255,7 @@ Transmission.prototype =
|
||||
},
|
||||
|
||||
seedRatioLimit: function() {
|
||||
var p = this._prefs;
|
||||
var p = this.sessionProperties;
|
||||
if (p && p.seedRatioLimited)
|
||||
return p.seedRatioLimit;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user