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,
|
||||
handleSuccessfullUpload,
|
||||
allDone,
|
||||
onFail,
|
||||
offset + 1);
|
||||
},
|
||||
onFail
|
||||
|
|
Loading…
Reference in a new issue