mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
Don't modify source URL when wait for download status
This commit is contained in:
parent
1e86c76e8a
commit
b4f65ca080
@ -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…
x
Reference in New Issue
Block a user