mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
Fixed: Albums from lists allow any version
This commit is contained in:
parent
cd6a86bba8
commit
7359c2a9fa
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ private void ProcessAlbumReport(ImportListDefinition importList, ImportListItemI
|
|||
{
|
||||
ForeignAlbumId = report.AlbumMusicBrainzId,
|
||||
Monitored = monitored,
|
||||
AnyReleaseOk = true,
|
||||
Artist = new Artist
|
||||
{
|
||||
Monitored = monitored,
|
||||
|
|
|
|||
Loading…
Reference in a new issue