mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Change the user-agent format in the session.cpp too.
This commit is contained in:
parent
147f4d76e2
commit
be60b3e046
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
|
||||
static const char PEER_ID[] = "qB";
|
||||
static const char RESUME_FOLDER[] = "BT_backup";
|
||||
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION; // to pass trackers whitelists, using the "v" prefixed version string
|
||||
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION_2;
|
||||
|
||||
namespace libt = libtorrent;
|
||||
using namespace BitTorrent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue