Merge pull request #201 from xFlawless11x/fix/prowlarr-user-agent

Add User-Agent header to Prowlarr RSS queries
This commit is contained in:
kikootwo
2026-05-15 06:43:03 -04:00
committed by GitHub
+3
View File
@@ -315,6 +315,9 @@ export class ProwlarrService {
limit: 100, limit: 100,
extended: 1, extended: 1,
}, },
headers: {
'User-Agent': 'ReadMeABook',
},
timeout: DOWNLOAD_CLIENT_TIMEOUT, timeout: DOWNLOAD_CLIENT_TIMEOUT,
responseType: 'text', // Get XML as text responseType: 'text', // Get XML as text
}); });