mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[Core] Fix adding magnets failing
This commit is contained in:
parent
90d1bbbb31
commit
5c69b56cd5
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ def get_magnet_info(uri):
|
|||
if info_hash:
|
||||
if not name:
|
||||
name = info_hash
|
||||
return {"name": name, "info_hash": info_hash, "files_tree": ''}
|
||||
return {"name": name, "info_hash": info_hash.lower(), "files_tree": ''}
|
||||
return False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue