1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 21:14:33 +00:00

Change the user-agent format in the session.cpp too.

This commit is contained in:
sledgehammer999 2017-03-07 23:41:29 +02:00
parent 147f4d76e2
commit be60b3e046
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

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