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

New: Auto tagging of series

Closes #3870
This commit is contained in:
Mark McDowall
2022-12-05 22:58:53 -08:00
committed by GitHub
parent 8eb941d590
commit 335fc05dd1
54 changed files with 2761 additions and 114 deletions
@@ -35,6 +35,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.TEXT;
case 'oAuth':
return inputTypes.OAUTH;
case 'rootFolder':
return inputTypes.ROOT_FOLDER_SELECT;
default:
return inputTypes.TEXT;
}