mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Don't overwrite tracker message
Use one of the tracker endpoint messages.
This commit is contained in:
parent
a4ce5d1687
commit
62a6c725d6
5 changed files with 45 additions and 24 deletions
|
@ -52,6 +52,7 @@ namespace BitTorrent
|
|||
int numSeeds = -1;
|
||||
int numLeeches = -1;
|
||||
int numDownloaded = -1;
|
||||
QString message;
|
||||
};
|
||||
|
||||
QString url;
|
||||
|
@ -64,6 +65,7 @@ namespace BitTorrent
|
|||
int numSeeds = -1;
|
||||
int numLeeches = -1;
|
||||
int numDownloaded = -1;
|
||||
QString message;
|
||||
};
|
||||
|
||||
bool operator==(const TrackerEntry &left, const TrackerEntry &right);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue