Update FetchAndParseImportListService.cs

Added space to prevent build fail
pull/5399/head
Chaz Harris 2 months ago committed by GitHub
parent 3491002863
commit 83461f45c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -86,7 +86,7 @@ namespace NzbDrone.Core.ImportLists
Task.WaitAll(taskList.ToArray());
result = result.DistinctBy(r => new { r.Artist, r.Album, r.ArtistMusicBrainzId}).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…
Cancel
Save