cleanup file and request references
This commit is contained in:
parent
0fccc86473
commit
7607afd0c9
2 changed files with 5 additions and 3 deletions
|
|
@ -2692,6 +2692,7 @@ pandora.uploadQueue = (function() {
|
|||
queue[index].data.ended = +new Date();
|
||||
queue[index].data.status = data.progress == 1 ? 'queued' : 'failed';
|
||||
queue[index].data.progress = data.progress;
|
||||
queue[index].file = null;
|
||||
upload();
|
||||
},
|
||||
progress: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue