display addurl url not file
The file gets displayed after download is complete, so this is the simplest way to avoid redundant display.
This commit is contained in:
parent
4cda021acc
commit
4b8c289154
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ performDownload opts cache todownload = case location todownload of
|
||||||
case dest of
|
case dest of
|
||||||
Nothing -> return True
|
Nothing -> return True
|
||||||
Just f -> do
|
Just f -> do
|
||||||
showStart "addurl" f
|
showStart "addurl" url
|
||||||
ks <- getter f
|
ks <- getter f
|
||||||
if null ks
|
if null ks
|
||||||
then do
|
then do
|
||||||
|
|
Loading…
Add table
Reference in a new issue