commit the record after updating it

This commit is contained in:
Damien Churchill 2009-05-07 17:50:16 +00:00
parent af4c73a594
commit 107daa57b5
2 changed files with 2 additions and 1 deletions

View File

@ -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