mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Allow None metadata profile for lists
This commit is contained in:
parent
6c6437e520
commit
2c803450c0
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ function EditImportListModalContent(props) {
|
||||||
name="metadataProfileId"
|
name="metadataProfileId"
|
||||||
helpText={'Metadata Profile list items should be added with'}
|
helpText={'Metadata Profile list items should be added with'}
|
||||||
{...metadataProfileId}
|
{...metadataProfileId}
|
||||||
|
includeNone={true}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue