bittorrent: Fix handling of magnet links.

This commit is contained in:
Joey Hess 2015-04-14 12:57:01 -04:00
parent 17721c7fbe
commit efd6a8e3aa
3 changed files with 6 additions and 1 deletions

View file

@ -43,3 +43,7 @@ failed
git-annex: addurl: 1 failed
"""]]
> Looking at the code, it was looking for a file prefixed by ".torrent",
> but of course that should be suffixed instead. So, [[fixed|done]]
> --[[Joey]]