From 02ff1a5f55585e84aad0799bac49ded7138d96e8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 5 Jan 2021 20:41:02 +0100 Subject: [PATCH] Add more options --- src/scripts/config/aria2Options.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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' + }, ] }); }());