Although I haven’t checked the code, I believe `unpauseAll` only works
on paused downloads.
This commit is contained in:
Tse Kit Yam 2017-05-03 22:22:04 +08:00 committed by Tatsuhiro Tsujikawa
parent 3cbc83dc07
commit e07356a502

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])