You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to manually change pause to true -even if it's already true- in Download settings before click on start button, otherwise Aria start download immediately.
Aria2 Version 1.31.0
aria2.conf
pause=true
settings.js
"pause": {
desc: "Pause download after added. This option is effective only when --enable-rpc=true is given. Default: false",
val: "true",
I've changed "pause" val: to "true" but didn't help.
The text was updated successfully, but these errors were encountered:
Changing pause to "True" in GUI mode worked for me. However, the difference between Pause=True and --pause-metadata=True it is not completely clear. Do you know it?
How can I add an URI in pause mode by default?
I have to manually change pause to true -even if it's already true- in Download settings before click on start button, otherwise Aria start download immediately.
pause=true
I've changed "pause" val: to "true" but didn't help.
The text was updated successfully, but these errors were encountered: