addurl: Fix quvi audodetection, broken in last release.
This commit is contained in:
parent
d1d72f5a7c
commit
5c71dc1087
3 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,7 @@ start relaxed optfile pathdepth s = go $ fromMaybe bad $ parseURI s
|
|||
go url = case downloader of
|
||||
QuviDownloader -> usequvi
|
||||
DefaultDownloader ->
|
||||
#ifdef WITH_QIVI
|
||||
#ifdef WITH_QUVI
|
||||
ifM (liftIO $ Quvi.supported s')
|
||||
( usequvi
|
||||
, regulardownload url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue