Although I haven’t checked the code, I believe `unpauseAll` only works
on paused downloads.

I found that the Russian version should has the same problem, but I
know nothings about Russian, so I keep it as it is.
pull/899/head
Tse Kit Yam 2017-05-03 22:22:04 +08:00
parent 3cbc83dc07
commit aa1bbf9463
2 changed files with 137 additions and 137 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])

View File

@ -2280,7 +2280,7 @@ Python versão 2.7.
.. function:: aria2.unpauseAll()
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`` for success.
.. function:: aria2.tellStatus(gid[, keys])