mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Don't modify source URL when wait for download status
This commit is contained in:
parent
1e86c76e8a
commit
b4f65ca080
1 changed files with 1 additions and 2 deletions
|
@ -401,8 +401,7 @@ void AutoDownloader::processJob(const QSharedPointer<ProcessingJob> &job)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// waiting for torrent file downloading
|
// waiting for torrent file downloading
|
||||||
// normalize URL string via QUrl since DownloadManager do it
|
m_waitingJobs.insert(torrentURL, job);
|
||||||
m_waitingJobs.insert(QUrl(torrentURL).toString(), job);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue