diff options
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/json_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/json_app.py b/module/web/json_app.py index a8684da7d..53caeb9f1 100644 --- a/module/web/json_app.py +++ b/module/web/json_app.py @@ -103,7 +103,7 @@ def unpause(): @login_required('status') def cancel(): try: - return PYLOAD.stopDownloads() + return PYLOAD.stopAllDownloads() except: return HTTPError() |