mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Removed DownloadContext::dir_. Use PREF_DIR value instead.
This commit is contained in:
parent
479f71efaf
commit
0a2b1660fa
24 changed files with 117 additions and 127 deletions
|
@ -207,7 +207,7 @@ bool HttpResponseCommand::executeInternal()
|
|||
if(getFileEntry()->getPath().empty()) {
|
||||
getFileEntry()->setPath
|
||||
(util::createSafePath
|
||||
(getDownloadContext()->getDir(), httpResponse->determinFilename()));
|
||||
(getOption()->get(PREF_DIR), httpResponse->determinFilename()));
|
||||
}
|
||||
getFileEntry()->setContentType(httpResponse->getContentType());
|
||||
getRequestGroup()->preDownloadProcessing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue