mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
More Work on Album Filtering per Artist
This commit is contained in:
parent
6a4fb9adf3
commit
f812302aa5
13 changed files with 43 additions and 54 deletions
|
@ -167,28 +167,6 @@ class AddNewArtistModalContent extends Component {
|
|||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Primary Album Types</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.TEXT}
|
||||
name="primaryAlbumTypes"
|
||||
onChange={onInputChange}
|
||||
{...primaryAlbumTypes}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Secondary Album Types</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.TEXT}
|
||||
name="secondaryAlbumTypes"
|
||||
onChange={onInputChange}
|
||||
{...secondaryAlbumTypes}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Tags</FormLabel>
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ export const defaultState = {
|
|||
qualityProfileId: 0,
|
||||
languageProfileId: 0,
|
||||
seriesType: 'standard',
|
||||
primaryAlbumTypes: 'Studio, Single',
|
||||
secondaryAlbumTypes: '',
|
||||
primaryAlbumTypes: ['Album'],
|
||||
secondaryAlbumTypes: ['Studio'],
|
||||
albumFolder: true,
|
||||
tags: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue