Downloader would sometimes not return the directory name, depending on the code path

This commit is contained in:
Nick Retallack
2012-06-20 18:50:23 -07:00
parent bc20e58bab
commit 7811e65633

View File

@@ -117,6 +117,7 @@ public class Downloader extends Plugin {
obj.put("status", 1);
obj.put("total", fileSize);
obj.put("file", fileName);
obj.put("dir", dirName);
obj.put("progress", progress);
return new PluginResult(PluginResult.Status.OK, obj);