Fix hanging upload bug which uploads same image over and over

This commit is contained in:
Pieter Vander Vennet 2020-07-25 12:32:30 +02:00
parent a39d21a5a9
commit fd350bb095

View file

@ -24,6 +24,7 @@ export class Imgur {
title, description, blobs, title, description, blobs,
handleSuccessfullUpload, handleSuccessfullUpload,
allDone, allDone,
onFail,
offset + 1); offset + 1);
}, },
onFail onFail