summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/AddUrl.hs2
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/youtube_support_suddenly_stopped_working.mdwn2
3 files changed, 4 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs
index 21cb83f7e..8ac0e342f 100644
--- a/Command/AddUrl.hs
+++ b/Command/AddUrl.hs
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 7dfba5549..26ee074ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/bugs/youtube_support_suddenly_stopped_working.mdwn b/doc/bugs/youtube_support_suddenly_stopped_working.mdwn
index 53ae7b324..bedda7674 100644
--- a/doc/bugs/youtube_support_suddenly_stopped_working.mdwn
+++ b/doc/bugs/youtube_support_suddenly_stopped_working.mdwn
@@ -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]]