ziahamza/webui-aria2

Behavior of Stop and Remove

Closed this issue · 0 comments

There are two options currently: Stop and Remove.

Stop removes the entry from the web UI, keeps the partial intact and offers the following dialog:

Remove <file_name> and associated meta-data?

Remove keeps the partial intact and offers the same dialog. I'm not sure why these two exist.

In my opinion, Stop should be removed because pause does the same job.
Remove should replace Stop in the main view, remove the item from the list, and preserve the partial.

A second option, Remove partial should remove the item from the list and delete the partial files including the control file, as there is no way to delete partial files from the frontend.