Add prelim work for Album Filtering

This commit is contained in:
Qstick 2017-10-07 00:13:00 -04:00
parent 74f91d63f6
commit b963f2aa82
9 changed files with 72 additions and 5 deletions

View file

@ -23,6 +23,8 @@ export const defaultState = {
qualityProfileId: 0,
languageProfileId: 0,
seriesType: 'standard',
primaryAlbumTypes: 'Studio, Single',
secondaryAlbumTypes: '',
albumFolder: true,
tags: []
}