mayswind / AriaNg

AriaNg, a modern web frontend making aria2 easier to use.
http://ariang.mayswind.net
MIT License
11.91k stars 1.3k forks source link

command api: option key pause ignored #230

Closed matidio closed 6 years ago

matidio commented 6 years ago

Using the command api I have some problems:

To add a new task with url=encoded_url, out=file.zip and dir=/mydir I call AriaNg with:

/#!/new/task?url=encoded_url&out=myfile.zip&dir=%2fmydir

and it works without problems. Both filename and download directory are taken. Using instead

/#!/new/task?url=encoded_url&out=myfile.zip&pause=true

to load the new task in paused mode the filename is accepted but the option pause is ignored.

mayswind commented 6 years ago

This feature is not implemented in previous version. The latest daily build has this feature.