mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
remove size from the returned dict as it's not used and causes
tracebacks
This commit is contained in:
parent
0ae879daf8
commit
f4ea3ee036
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class json_rpc:
|
||||||
return {
|
return {
|
||||||
"filename": filename,
|
"filename": filename,
|
||||||
"name": metadata["info"]["name"],
|
"name": metadata["info"]["name"],
|
||||||
"size": metadata["info"]["length"],
|
|
||||||
"files": files,
|
"files": files,
|
||||||
"info_hash": info_hash
|
"info_hash": info_hash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue