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

New: Auto tag based on series quality profile

This commit is contained in:
Bogdan
2023-10-06 04:13:22 +03:00
committed by Mark McDowall
parent a26df9e9af
commit 6de3e7c950
3 changed files with 40 additions and 1 deletions
@@ -37,6 +37,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.OAUTH;
case 'rootFolder':
return inputTypes.ROOT_FOLDER_SELECT;
case 'qualityProfile':
return inputTypes.QUALITY_PROFILE_SELECT;
default:
return inputTypes.TEXT;
}