use right uuid when not downloading from web remote
This commit is contained in:
parent
65bce2c80d
commit
386880a763
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ downloadWith downloader dummykey u url file =
|
|||
)
|
||||
where
|
||||
runtransfer tmp = Transfer.notifyTransfer Transfer.Download (Just file) $
|
||||
Transfer.download webUUID dummykey (Just file) Transfer.forwardRetry $ \p -> do
|
||||
Transfer.download u dummykey (Just file) Transfer.forwardRetry $ \p -> do
|
||||
liftIO $ createDirectoryIfMissing True (parentDir tmp)
|
||||
downloader tmp p
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue