mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
Add prelim work for Album Filtering
This commit is contained in:
parent
74f91d63f6
commit
b963f2aa82
9 changed files with 72 additions and 5 deletions
|
@ -23,6 +23,8 @@ export const defaultState = {
|
|||
qualityProfileId: 0,
|
||||
languageProfileId: 0,
|
||||
seriesType: 'standard',
|
||||
primaryAlbumTypes: 'Studio, Single',
|
||||
secondaryAlbumTypes: '',
|
||||
albumFolder: true,
|
||||
tags: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue