Fix hanging upload bug which uploads same image over and over
This commit is contained in:
parent
a39d21a5a9
commit
fd350bb095
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export class Imgur {
|
||||||
title, description, blobs,
|
title, description, blobs,
|
||||||
handleSuccessfullUpload,
|
handleSuccessfullUpload,
|
||||||
allDone,
|
allDone,
|
||||||
|
onFail,
|
||||||
offset + 1);
|
offset + 1);
|
||||||
},
|
},
|
||||||
onFail
|
onFail
|
||||||
|
|
Loading…
Reference in a new issue