mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
Fixed: Albums from lists allow any version
This commit is contained in:
parent
7597a3c3bd
commit
62e119b1af
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