From fd350bb09522b0d87c799cc66b88c757a7a6d254 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 25 Jul 2020 12:32:30 +0200 Subject: [PATCH] Fix hanging upload bug which uploads same image over and over --- Logic/Imgur.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Logic/Imgur.ts b/Logic/Imgur.ts index 7d1b0ed49..77a72ea1b 100644 --- a/Logic/Imgur.ts +++ b/Logic/Imgur.ts @@ -24,6 +24,7 @@ export class Imgur { title, description, blobs, handleSuccessfullUpload, allDone, + onFail, offset + 1); }, onFail