From 4b8c2891544b49b3a1168610c4503517731581c2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Apr 2018 01:37:46 -0400 Subject: [PATCH] display addurl url not file The file gets displayed after download is complete, so this is the simplest way to avoid redundant display. --- Command/ImportFeed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index e6912e20e8..ce02cfaae4 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -227,7 +227,7 @@ performDownload opts cache todownload = case location todownload of case dest of Nothing -> return True Just f -> do - showStart "addurl" f + showStart "addurl" url ks <- getter f if null ks then do