mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
@@ -336,7 +336,11 @@ void WebApplication::doProcessRequest()
|
|||||||
scope = compatInfo.scope;
|
scope = compatInfo.scope;
|
||||||
action = compatInfo.action;
|
action = compatInfo.action;
|
||||||
|
|
||||||
if (legacyAction == QLatin1String("command/delete"))
|
if (legacyAction == QLatin1String("command/pauseAll"))
|
||||||
|
m_params["hashes"] = "all";
|
||||||
|
else if (legacyAction == QLatin1String("command/resumeAll"))
|
||||||
|
m_params["hashes"] = "all";
|
||||||
|
else if (legacyAction == QLatin1String("command/delete"))
|
||||||
m_params["deleteFiles"] = "false";
|
m_params["deleteFiles"] = "false";
|
||||||
else if (legacyAction == QLatin1String("command/deletePerm"))
|
else if (legacyAction == QLatin1String("command/deletePerm"))
|
||||||
m_params["deleteFiles"] = "true";
|
m_params["deleteFiles"] = "true";
|
||||||
|
|||||||
Reference in New Issue
Block a user