mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: Support for indexers with image CAPTCHAs
This commit is contained in:
@@ -10,6 +10,8 @@ function getType({ type, selectOptionsProviderAction }) {
|
||||
switch (type) {
|
||||
case 'captcha':
|
||||
return inputTypes.CAPTCHA;
|
||||
case 'cardigannCaptcha':
|
||||
return inputTypes.CARDIGANNCAPTCHA;
|
||||
case 'checkbox':
|
||||
return inputTypes.CHECK;
|
||||
case 'device':
|
||||
|
||||
Reference in New Issue
Block a user