From 90b3a9a19481a7f1211f90e271abebe1e8544bf9 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Thu, 14 Jul 2011 21:38:58 +0200
Subject: fixed download aborting #2

---
 module/web/json_app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/web')

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()
 
-- 
cgit v1.2.3