1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Re-Enable Indexer Flags for Torrent Indexers

This commit is contained in:
Qstick
2020-01-06 23:31:33 -05:00
parent 68ea6fbb4f
commit e0f591ebe3
15 changed files with 132 additions and 12 deletions
@@ -26,6 +26,8 @@ function getType(type) {
return inputTypes.SELECT;
case 'tag':
return inputTypes.TEXT_TAG;
case 'tagSelect':
return inputTypes.TAG_SELECT;
case 'textbox':
return inputTypes.TEXT;
case 'oAuth':