mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04: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