mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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) {
|
||||
if (!this.fields) this.getFields();
|
||||
Deluge.Client.core.get_torrent_status(torrentId, Deluge.Keys.Details, {
|
||||
success: this.onRequestComplete,
|
||||
scope: this,
|
||||
|
|
Loading…
Add table
Reference in a new issue