data: fix type for progress column

This commit is contained in:
Damien Churchill 2011-11-24 17:09:10 +00:00
parent 1837d833c2
commit 4a43d6a635

View File

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