gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

scripts/addmagnet.sh can be used to add a magnet link twice #72

Closed benwaffle closed 9 years ago

benwaffle commented 10 years ago

best way would be to combine addTorrent and addMagnet, since i think we just need to check whether to use add_torrent_params.ti or add_torrent_params.url

otherwise we could duplicate the duplication check code (bad idea)