mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
data: fix type for progress column
This commit is contained in:
parent
1837d833c2
commit
4a43d6a635
@ -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…
x
Reference in New Issue
Block a user