diff options
Diffstat (limited to 'backends/cloud')
-rw-r--r-- | backends/cloud/downloadrequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/downloadrequest.cpp b/backends/cloud/downloadrequest.cpp index 33ac81138d..49a8a1e179 100644 --- a/backends/cloud/downloadrequest.cpp +++ b/backends/cloud/downloadrequest.cpp @@ -44,7 +44,7 @@ void DownloadRequest::start() { _ignoreCallback = true; if (_workingRequest) _workingRequest->finish(); _remoteFileStream = nullptr; - //TODO: reopen DumpFile + //TODO: add some way to reopen DumpFile, so DownloadRequest could be restarted _ignoreCallback = false; _workingRequest = _storage->streamFileById( |