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
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -10,6 +10,7 @@ git-annex (4.20130912) UNRELEASED; urgency=low
|
|||
when merging files into the tree on Windows.
|
||||
* sync: Don't fail if the directory it is run in gets removed by the
|
||||
sync.
|
||||
* addurl: Fix quvi audodetection, broken in last release.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 12 Sep 2013 12:14:46 -0400
|
||||
|
||||
|
|
|
@ -58,3 +58,5 @@ anarcat@marcos:clips$ file .git/annex/objects/qZ/q1/SHA256E-s123162--96fe8634aaf
|
|||
### Workaround
|
||||
|
||||
Use the `quvi` prefix.
|
||||
|
||||
> Typo introduced in last release. [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue