diff options
-rw-r--r-- | backends/cloud/folderdownloadrequest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/cloud/folderdownloadrequest.cpp b/backends/cloud/folderdownloadrequest.cpp index c77fc27b35..f5c872b461 100644 --- a/backends/cloud/folderdownloadrequest.cpp +++ b/backends/cloud/folderdownloadrequest.cpp @@ -99,6 +99,7 @@ void FolderDownloadRequest::fileDownloadedErrorCallback(Networking::ErrorRespons void FolderDownloadRequest::downloadNextFile() { do { if (_pendingFiles.empty()) { + sendCommand(GUI::kDownloadEndedCmd, 0); finishDownload(_failedFiles); return; } |