mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Update FetchAndParseImportListService.cs
Updated an oversight
This commit is contained in:
parent
396333d906
commit
3491002863
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ namespace NzbDrone.Core.ImportLists
|
|||
|
||||
Task.WaitAll(taskList.ToArray());
|
||||
|
||||
result = result.DistinctBy(r => new { r.Artist, r.Album }).ToList();
|
||||
result = result.DistinctBy(r => new { r.Artist, r.Album, r.ArtistMusicBrainzId}).ToList();
|
||||
|
||||
_logger.Debug("Found {0} total reports from {1} lists", result.Count, importLists.Count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue