mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03: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 {
|
||||
// waiting for torrent file downloading
|
||||
// normalize URL string via QUrl since DownloadManager do it
|
||||
m_waitingJobs.insert(QUrl(torrentURL).toString(), job);
|
||||
m_waitingJobs.insert(torrentURL, job);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue