mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
[WebUI] Fixed 'Complete Seen' and 'Completed' sorting
Closes: https://github.com/deluge-torrent/deluge/pull/384
This commit is contained in:
parent
ee3180fd94
commit
d7c520c85e
@ -324,6 +324,8 @@
|
||||
{ name: 'ratio', type: 'float' },
|
||||
{ name: 'distributed_copies', type: 'float' },
|
||||
{ name: 'time_added', type: 'int' },
|
||||
{ name: 'last_seen_complete', type: 'int' },
|
||||
{ name: 'completed_time', type: 'int' },
|
||||
{ name: 'tracker_host' },
|
||||
{ name: 'download_location' },
|
||||
{ name: 'total_done', type: 'int' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user