mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
Fix trackersadditiondlg position
This commit is contained in:
@@ -347,7 +347,7 @@ void TrackerList::askForTrackers() {
|
||||
if (!torrent) return;
|
||||
|
||||
QList<BitTorrent::TrackerEntry> trackers;
|
||||
foreach (const QString &tracker, TrackersAdditionDlg::askForTrackers(torrent))
|
||||
foreach (const QString &tracker, TrackersAdditionDlg::askForTrackers(this, torrent))
|
||||
trackers << tracker;
|
||||
torrent->addTrackers(trackers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user