remove call to getFields as it's no longer required
This commit is contained in:
parent
8bac2b4597
commit
d916d36603
|
@ -42,7 +42,6 @@ Ext.deluge.details.DetailsTab = Ext.extend(Ext.Panel, {
|
||||||
},
|
},
|
||||||
|
|
||||||
update: function(torrentId) {
|
update: function(torrentId) {
|
||||||
if (!this.fields) this.getFields();
|
|
||||||
Deluge.Client.core.get_torrent_status(torrentId, Deluge.Keys.Details, {
|
Deluge.Client.core.get_torrent_status(torrentId, Deluge.Keys.Details, {
|
||||||
success: this.onRequestComplete,
|
success: this.onRequestComplete,
|
||||||
scope: this,
|
scope: this,
|
||||||
|
|
Loading…
Reference in New Issue