mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Allow None metadata profile for lists
This commit is contained in:
parent
04378c8ecc
commit
50b5c2b2c9
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