New: Auto tagging of artists

(cherry picked from commit 335fc05dd1595b6db912ebdde51ef4667963b37d)
This commit is contained in:
Mark McDowall 2022-12-05 22:58:53 -08:00 committed by Bogdan
parent d5ac008747
commit 362bd42cb8
61 changed files with 2843 additions and 124 deletions

View file

@ -37,6 +37,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.TEXT;
case 'oAuth':
return inputTypes.OAUTH;
case 'rootFolder':
return inputTypes.ROOT_FOLDER_SELECT;
default:
return inputTypes.TEXT;
}