Files
Cleanuparr/code/Executable/config/settings/content_blocker.json
Flaminel 701a7dc417 fix #23
2025-05-19 19:30:12 +03:00

22 lines
395 B
JSON

{
"enabled": false,
"cron_expression": "0 0/5 * * * ?",
"ignore_private": false,
"delete_private": false,
"ignored_downloads_path": "",
"sonarr": {
"enabled": false,
"type": "Blacklist",
"path": null
},
"radarr": {
"enabled": false,
"type": "Blacklist",
"path": null
},
"lidarr": {
"enabled": false,
"type": "Blacklist",
"path": null
}
}