mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
New: Auto tag based on artist's metadata profile
This commit is contained in:
parent
ef9473e96e
commit
eeb5e9b30f
3 changed files with 40 additions and 1 deletions
|
@ -41,6 +41,8 @@ function getType({ type, selectOptionsProviderAction }) {
|
|||
return inputTypes.ROOT_FOLDER_SELECT;
|
||||
case 'qualityProfile':
|
||||
return inputTypes.QUALITY_PROFILE_SELECT;
|
||||
case 'metadataProfile':
|
||||
return inputTypes.METADATA_PROFILE_SELECT;
|
||||
default:
|
||||
return inputTypes.TEXT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue