diff --git a/src/scripts/config/aria2Options.js b/src/scripts/config/aria2Options.js index 415b099..0b206d7 100644 --- a/src/scripts/config/aria2Options.js +++ b/src/scripts/config/aria2Options.js @@ -1035,7 +1035,19 @@ { key: 'force-save', category: 'global' - } + }, + { + key: 'bt-seed-unverified', + category: 'bittorrent' + }, + { + key: 'check-integrity', + category: 'bittorrent' + }, + { + key: 'pause-metadata', + category: 'bittorrent' + }, ] }); }());