mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 14:30:49 +00:00
parent
2fe653fd1e
commit
e41c32e38b
2 changed files with 2 additions and 1 deletions
|
@ -246,6 +246,7 @@ class ArtistEditorFooter extends Component {
|
||||||
name="metadataProfileId"
|
name="metadataProfileId"
|
||||||
value={metadataProfileId}
|
value={metadataProfileId}
|
||||||
includeNoChange={true}
|
includeNoChange={true}
|
||||||
|
includeNone={true}
|
||||||
isDisabled={!selectedCount}
|
isDisabled={!selectedCount}
|
||||||
onChange={this.onInputChange}
|
onChange={this.onInputChange}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -56,7 +56,7 @@ export const defaultState = {
|
||||||
name: 'metadataProfileId',
|
name: 'metadataProfileId',
|
||||||
label: translate('MetadataProfile'),
|
label: translate('MetadataProfile'),
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisible: false
|
isVisible: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'path',
|
name: 'path',
|
||||||
|
|
Loading…
Reference in a new issue