mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
remove the seeds status key from the Peers key list
This commit is contained in:
parent
dcfa83bf09
commit
63aa818c47
@ -70,11 +70,11 @@ Deluge.Keys = {
|
||||
|
||||
/**
|
||||
* @description Keys used in the peers tab of the statistics panel.
|
||||
* <pre>['peers', 'seed']</pre>
|
||||
* <pre>['peers']</pre>
|
||||
* @static
|
||||
*/
|
||||
Peers: [
|
||||
'peers', 'seeds'
|
||||
'peers'
|
||||
],
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user