mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
New: Auto tag based on artist's quality profile
(cherry picked from commit 6de3e7c950bd939bab96ef2ae74337108ad5a212)
This commit is contained in:
parent
26f80e37ec
commit
391fb10000
3 changed files with 40 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue