mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
commit the record after updating it
This commit is contained in:
parent
af4c73a594
commit
107daa57b5
2 changed files with 2 additions and 1 deletions
|
@ -266,6 +266,7 @@ Copyright:
|
|||
record.set('avail', torrent.distributed_copies);
|
||||
record.set('added', torrent.time_added);
|
||||
record.set('tracker', torrent.tracker_host);
|
||||
record.commit();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue