mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
data: fix type for progress column
This commit is contained in:
parent
1837d833c2
commit
4a43d6a635
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Ext.define('Deluge.data.Torrent', {
|
|||
{name: 'name', type: 'string'},
|
||||
{name: 'total_size', type: 'int'},
|
||||
{name: 'state', type: 'string'},
|
||||
{name: 'progress', type: 'int'},
|
||||
{name: 'progress', type: 'float'},
|
||||
{name: 'num_seeds', type: 'int'},
|
||||
{name: 'total_seeds', type: 'int'},
|
||||
{name: 'num_peers', type: 'int'},
|
||||
|
|
Loading…
Add table
Reference in a new issue