fix transmission default downloaddir

This commit is contained in:
nyanloutre 2022-07-26 21:27:31 +02:00
parent 9addf815c9
commit b9981c7075
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
rpc-whitelist-enabled = false; rpc-whitelist-enabled = false;
peer-port = 51413; peer-port = 51413;
incomplete-dir = "/mnt/medias/incomplete"; incomplete-dir = "/mnt/medias/incomplete";
download-dir = "/mnt/medias/torrent";
}; };
}; };