diff --git a/static/js/fs.js b/static/js/fs.js index b8858a2b..0e6d37de 100644 --- a/static/js/fs.js +++ b/static/js/fs.js @@ -54,7 +54,9 @@ pandora.fs = (function() { }); } } else { - downloadPart(part + 1); + setTimeout(function() { + downloadPart(part + 1); + }); } } callback && callback(result);