summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/ImportFeed.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index 5afbb192a..46e1b6dbe 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -219,8 +219,7 @@ performDownload opts cache todownload = case location todownload of
| otherwise = a
knownitemid = case getItemId (item todownload) of
- -- only when it's a permalink
- Just (True, itemid) -> S.member itemid (knownitems cache)
+ Just (_, itemid) -> S.member itemid (knownitems cache)
_ -> False
rundownload url extension getter = do