rivenmedia / riven

Handle your Media Library with ease!
https://rivenmedia.github.io/wiki/
GNU General Public License v3.0
396 stars 54 forks source link

Add support for borh infohash and magnet at the set_torrent_rd_magnet endpoint #819

Open davidemarcoli opened 3 weeks ago

davidemarcoli commented 3 weeks ago
_, infohash = get_type_and_infohash(magnet)
torrent_id = downloader.add_torrent(infohash)
dreulavelle commented 3 weeks ago

this is already in your add torrent pr?