mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Previously, on clicking Magnet, we were redirecting to a different site: https://download.kiwix.org/zim/other/xyzBookWithDate.zim.magnet This had the real magnet link as page content Now we use the real magnet link in the href, thus not redirecting and starting the download right away. Fix #767