mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Fix typo
This commit is contained in:
@@ -119,7 +119,7 @@ QBtSession::QBtSession()
|
||||
//s->add_extension(&create_metadata_plugin);
|
||||
s->add_extension(&create_ut_metadata_plugin);
|
||||
#if LIBTORRENT_VERSION_MINOR > 14
|
||||
s->add_extension(create_lt_trackers_plugin);
|
||||
s->add_extension(&create_lt_trackers_plugin);
|
||||
#endif
|
||||
if(pref.isPeXEnabled()) {
|
||||
PeXEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user