ImportFeed: fix signature of mkquvi without libquvi
This commit is contained in:
parent
7f39a8cb7a
commit
a4edec9b40
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ findDownloads u = go =<< downloadFeed u
|
||||||
)
|
)
|
||||||
Nothing -> return Nothing
|
Nothing -> return Nothing
|
||||||
#else
|
#else
|
||||||
mkquvi = return Nothing
|
mkquvi _ _ = return Nothing
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{- Feeds change, so a feed download cannot be resumed. -}
|
{- Feeds change, so a feed download cannot be resumed. -}
|
||||||
|
|
Loading…
Reference in a new issue