mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user