fix(merope/books): allow Readarr to move SABnzbd downloads

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-16 23:45:14 -03:00
parent 314ccdc9bb
commit 2506a3fa31
@@ -15,7 +15,7 @@ in {
log_dir = "${sabnzbdDir}/logs";
admin_dir = "${sabnzbdDir}/admin";
backup_dir = "${sabnzbdDir}/backup";
permissions = 755; # Directories 0755, regular files 0644
permissions = 775; # Directories 0775, regular files 0664
cache_limit = "1G";
# Six servers x three rounds is a lot of round trips to spend before
# concluding an article is gone; two rounds is enough