mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Fix typo
This commit is contained in:
parent
9ba3862be1
commit
ae3632e5c1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ QBtSession::QBtSession()
|
||||||
//s->add_extension(&create_metadata_plugin);
|
//s->add_extension(&create_metadata_plugin);
|
||||||
s->add_extension(&create_ut_metadata_plugin);
|
s->add_extension(&create_ut_metadata_plugin);
|
||||||
#if LIBTORRENT_VERSION_MINOR > 14
|
#if LIBTORRENT_VERSION_MINOR > 14
|
||||||
s->add_extension(create_lt_trackers_plugin);
|
s->add_extension(&create_lt_trackers_plugin);
|
||||||
#endif
|
#endif
|
||||||
if(pref.isPeXEnabled()) {
|
if(pref.isPeXEnabled()) {
|
||||||
PeXEnabled = true;
|
PeXEnabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue