1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Auto tag series based on tags present/absent on series

Closes #6236
This commit is contained in:
Mark McDowall
2024-04-07 16:22:21 -07:00
committed by Mark McDowall
parent 5061dc4b5e
commit f4c19a384b
11 changed files with 188 additions and 7 deletions
@@ -27,6 +27,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.DYNAMIC_SELECT;
}
return inputTypes.SELECT;
case 'seriesTag':
return inputTypes.SERIES_TAG;
case 'tag':
return inputTypes.TEXT_TAG;
case 'tagSelect':