mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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 {
|
||||
"filename": filename,
|
||||
"name": metadata["info"]["name"],
|
||||
"size": metadata["info"]["length"],
|
||||
"files": files,
|
||||
"info_hash": info_hash
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue