mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Merge pull request #3290 from glassez/trackers
Fix trackers removing (#2892 regression).
This commit is contained in:
commit
800630a813
1 changed files with 0 additions and 2 deletions
|
@ -1103,8 +1103,6 @@ bool Session::addTorrent_impl(const AddTorrentData &addData, const MagnetUri &ma
|
|||
p.resume_data = buf;
|
||||
p.flags |= libt::add_torrent_params::flag_use_resume_save_path;
|
||||
#endif
|
||||
p.flags |= libt::add_torrent_params::flag_merge_resume_trackers;
|
||||
|
||||
}
|
||||
else {
|
||||
foreach (int prio, addData.filePriorities)
|
||||
|
|
Loading…
Reference in a new issue