feat(downloads): add live aria2 speed limits

This commit is contained in:
NimBold
2026-07-23 03:21:34 +03:30
parent 5463d27ed3
commit b60818d3af
4 changed files with 347 additions and 8 deletions
+1
View File
@@ -48,6 +48,7 @@ type CommandMap = {
perform_system_action: { args: { action: PostQueueAction }; result: void };
ack_schedule_trigger: { args: { action: 'start' | 'stop'; key: string }; result: void };
set_concurrent_limit: { args: { limit: number }; result: void };
set_download_speed_limit: { args: { id: string; limit: string | null }; result: void };
set_global_speed_limit: { args: { limit: string | null }; result: void };
request_automation_permission: { args: undefined; result: void };
check_automation_permission: { args: undefined; result: void };