mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Don't attempt to insert duplicate ids or monitor multiple releases (#684)
This commit is contained in:
@@ -311,7 +311,6 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
if (resource.Releases != null)
|
||||
{
|
||||
album.AlbumReleases = resource.Releases.Select(x => MapRelease(x, artistDict)).ToList();
|
||||
album.AlbumReleases.Value.OrderByDescending(x => x.TrackCount).First().Monitored = true;
|
||||
}
|
||||
|
||||
album.AnyReleaseOk = true;
|
||||
|
||||
Reference in New Issue
Block a user