mirror of https://github.com/lidarr/Lidarr
parent
2fe653fd1e
commit
e41c32e38b
|
@ -246,6 +246,7 @@ class ArtistEditorFooter extends Component {
|
|||
name="metadataProfileId"
|
||||
value={metadataProfileId}
|
||||
includeNoChange={true}
|
||||
includeNone={true}
|
||||
isDisabled={!selectedCount}
|
||||
onChange={this.onInputChange}
|
||||
/>
|
||||
|
|
|
@ -56,7 +56,7 @@ export const defaultState = {
|
|||
name: 'metadataProfileId',
|
||||
label: translate('MetadataProfile'),
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'path',
|
||||
|
|
Loading…
Reference in New Issue