Skip to content

Commit

Permalink
Call uploadMultipart directly on reupload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Morgenstern authored and KjellMorgenstern committed Dec 12, 2023
1 parent eda944c commit 78a1304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/fabuploadprogress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ void FabUploadProgress::doUpload()
QUrl potential_url(opt.link);
if (potential_url.isValid()) {
upload_url = potential_url;
uploadMultipart(upload_url, mFilepath);
return;
}
// Otherwise, keep using the default URL
}
Expand Down

0 comments on commit 78a1304

Please sign in to comment.