[WebUI] Fixed 'Complete Seen' and 'Completed' sorting

Closes: https://github.com/deluge-torrent/deluge/pull/384
This commit is contained in:
Martin Hertz 2022-05-07 02:18:46 +02:00 committed by Calum Lind
parent ee3180fd94
commit d7c520c85e
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 2 additions and 0 deletions

View File

@ -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' },