mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
New: Auto tagging of artists
(cherry picked from commit 335fc05dd1595b6db912ebdde51ef4667963b37d)
This commit is contained in:
parent
d5ac008747
commit
362bd42cb8
61 changed files with 2843 additions and 124 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue