1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 05:25:37 +00:00

Fix trackers removing.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-06-24 14:09:43 +03:00
parent 9d97c05889
commit ffe6292237

View File

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