mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
Fix Poster Render on Add Artist, Add EPs by Default
This commit is contained in:
parent
90018cf487
commit
1b64171b30
5 changed files with 10 additions and 17 deletions
|
@ -22,7 +22,7 @@ export const defaultState = {
|
|||
monitor: 'allEpisodes',
|
||||
qualityProfileId: 0,
|
||||
languageProfileId: 0,
|
||||
primaryAlbumTypes: ['Album'],
|
||||
primaryAlbumTypes: ['Album', 'EP'],
|
||||
secondaryAlbumTypes: ['Studio'],
|
||||
albumFolder: true,
|
||||
tags: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue