|
|
|
@ -386,6 +386,8 @@ void AutoDownloader::processJob(const QSharedPointer<ProcessingJob> &job)
@@ -386,6 +386,8 @@ void AutoDownloader::processJob(const QSharedPointer<ProcessingJob> &job)
|
|
|
|
|
params.savePath = rule.savePath(); |
|
|
|
|
params.category = rule.assignedCategory(); |
|
|
|
|
params.addPaused = rule.addPaused(); |
|
|
|
|
if (!rule.savePath().isEmpty()) |
|
|
|
|
params.useAutoTMM = TriStateBool::False; |
|
|
|
|
auto torrentURL = job->articleData.value(Article::KeyTorrentURL).toString(); |
|
|
|
|
BitTorrent::Session::instance()->addTorrent(torrentURL, params); |
|
|
|
|
|
|
|
|
|