Although I haven’t checked the code, I believe `unpauseAll` only works
on paused downloads.
pull/899/merge
Tse Kit Yam 2017-05-03 22:22:04 +08:00 committed by Tatsuhiro Tsujikawa
parent 3cbc83dc07
commit e07356a502
1 changed files with 1 additions and 1 deletions

View File

@ -2563,7 +2563,7 @@ For information on the *secret* parameter, see :ref:`rpc_auth`.
.. function:: aria2.unpauseAll([secret])
This method is equal to calling :func:`aria2.unpause` for every active/waiting
This method is equal to calling :func:`aria2.unpause` for every paused
download. This methods returns ``OK``.
.. function:: aria2.tellStatus([secret], gid[, keys])