diff --git a/static/js/cacheDialog.js b/static/js/cacheDialog.js index d0c1975f..8d4efe40 100644 --- a/static/js/cacheDialog.js +++ b/static/js/cacheDialog.js @@ -328,6 +328,9 @@ pandora.ui.cacheDialog = function() { if (!Ox.isEmpty(current) && current.progress != file.progress) { $list.value(file.id, 'progress', file.progress); } + if (!Ox.isEmpty(current) && current.size != file.size) { + $list.value(file.id, 'size', file.size); + } }); updateStatus(); });