mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
parent
98a1c111b9
commit
176b2eb18b
1 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,8 @@ void AutoDownloader::processJob(const QSharedPointer<ProcessingJob> &job)
|
||||||
params.savePath = rule.savePath();
|
params.savePath = rule.savePath();
|
||||||
params.category = rule.assignedCategory();
|
params.category = rule.assignedCategory();
|
||||||
params.addPaused = rule.addPaused();
|
params.addPaused = rule.addPaused();
|
||||||
|
if (!rule.savePath().isEmpty())
|
||||||
|
params.useAutoTMM = TriStateBool::False;
|
||||||
auto torrentURL = job->articleData.value(Article::KeyTorrentURL).toString();
|
auto torrentURL = job->articleData.value(Article::KeyTorrentURL).toString();
|
||||||
BitTorrent::Session::instance()->addTorrent(torrentURL, params);
|
BitTorrent::Session::instance()->addTorrent(torrentURL, params);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue