add config option to accept/reject torrents from prowlarr with a possibly broken url

This commit is contained in:
maxDorninger
2025-10-30 18:20:57 +01:00
parent 571dcd1cf8
commit 8346ed9fa5
5 changed files with 25 additions and 11 deletions

View File

@@ -119,6 +119,7 @@ base_path = "/api"
enabled = false
url = "http://localhost:9696"
api_key = ""
reject_torrents_on_url_error = true
# Jackett settings
[indexers.jackett]