From 683a62b3f5e5f0c464c1e0ec3c7d0bd85a257490 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 31 Dec 2017 15:06:33 -0400 Subject: fix build --- Command/AddUrl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 6c641ec64..65d25859b 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -273,7 +273,7 @@ downloadWeb o url urlinfo file = liftIO $ createDirectoryIfMissing True (parentDir file) finishDownloadWith tmp webUUID url file tryyoutubedl tmp - | isJust (fileOption o) = go file + | isJust (fileOption o) = dl file -- Ask youtube-dl what filename it will download -- first, and check if that is already an annexed file, -- to avoid unnecessary work in that case. -- cgit v1.2.3