mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
remove the seeds status key from the Peers key list
This commit is contained in:
parent
dcfa83bf09
commit
63aa818c47
1 changed files with 2 additions and 2 deletions
|
@ -70,11 +70,11 @@ Deluge.Keys = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description Keys used in the peers tab of the statistics panel.
|
* @description Keys used in the peers tab of the statistics panel.
|
||||||
* <pre>['peers', 'seed']</pre>
|
* <pre>['peers']</pre>
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
Peers: [
|
Peers: [
|
||||||
'peers', 'seeds'
|
'peers'
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue