mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
remove call to getFields as it's no longer required
This commit is contained in:
parent
8bac2b4597
commit
d916d36603
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue