[Core] Fix adding magnets failing
This commit is contained in:
parent
90d1bbbb31
commit
5c69b56cd5
@ -623,7 +623,7 @@ def get_magnet_info(uri):
|
|||||||
if info_hash:
|
if info_hash:
|
||||||
if not name:
|
if not name:
|
||||||
name = info_hash
|
name = info_hash
|
||||||
return {"name": name, "info_hash": info_hash, "files_tree": ''}
|
return {"name": name, "info_hash": info_hash.lower(), "files_tree": ''}
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user