1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Add headers setting in webhook connection

(cherry picked from commit 78fb20282de73c0ea47375895a807235385d90e3)
This commit is contained in:
Gauthier
2024-11-15 04:01:05 +01:00
committed by Bogdan
parent ff609848d8
commit cd490d6334
13 changed files with 228 additions and 285 deletions
@@ -14,6 +14,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.CHECK;
case 'device':
return inputTypes.DEVICE;
case 'keyValueList':
return inputTypes.KEY_VALUE_LIST;
case 'password':
return inputTypes.PASSWORD;
case 'number':