mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Redesign RSS subsystem
This commit is contained in:
parent
090a2edc1a
commit
989a70fe60
64 changed files with 5116 additions and 4727 deletions
|
@ -396,7 +396,7 @@ void WebApplication::action_command_download()
|
|||
// TODO: Check if destination actually exists
|
||||
params.skipChecking = skipChecking;
|
||||
|
||||
params.addPaused = addPaused;
|
||||
params.addPaused = TriStateBool(addPaused);
|
||||
params.savePath = savepath;
|
||||
params.category = category;
|
||||
|
||||
|
@ -436,7 +436,7 @@ void WebApplication::action_command_upload()
|
|||
// TODO: Check if destination actually exists
|
||||
params.skipChecking = skipChecking;
|
||||
|
||||
params.addPaused = addPaused;
|
||||
params.addPaused = TriStateBool(addPaused);
|
||||
params.savePath = savepath;
|
||||
params.category = category;
|
||||
if (!BitTorrent::Session::instance()->addTorrent(torrentInfo, params)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue