mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)
This commit is contained in:
parent
f0d0bb7170
commit
0f4f108eb5
3 changed files with 9 additions and 3 deletions
|
@ -107,6 +107,7 @@ class QTorrentHandle {
|
|||
size_type total_payload_upload();
|
||||
size_type all_time_upload();
|
||||
size_type all_time_download();
|
||||
size_type total_done();
|
||||
QStringList files_path() const;
|
||||
int num_uploads() const;
|
||||
bool is_seed() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue