New: Auto tag based on artist's quality profile

(cherry picked from commit 6de3e7c950bd939bab96ef2ae74337108ad5a212)
This commit is contained in:
Bogdan 2023-10-06 04:13:22 +03:00
parent 26f80e37ec
commit 391fb10000
3 changed files with 40 additions and 1 deletions

View file

@ -39,6 +39,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;
}