Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complement the context menu #146

Merged
merged 3 commits into from
Jun 18, 2020
Merged

complement the context menu #146

merged 3 commits into from
Jun 18, 2020

Conversation

eroamane
Copy link
Contributor

@eroamane eroamane commented Jun 11, 2020

完善右键菜单,支持批量开始/暂停。

重新开始任务支持BT磁力链接
自动删除失败记录 (issues#127)

js/aria2.js Outdated
if (uris.length > 0) {
ARIA2.request("getOption", [gid], function(result) {
var options = result.result;
ARIA2.madd_task(uris, options);
if (status == "error" || status == "removed")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最好还是不要删除原来的任务,毕竟不保证两个任务是一样的。比如没有打开 --continue 的 aria2
用户有需要可以用 remove finished tasks 按钮

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

取消自動刪除
@binux binux merged commit 0f4aa13 into binux:master Jun 18, 2020
@eroamane eroamane deleted the patch-1 branch June 19, 2020 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants