Misc Fixes and Better Logging/Rejection Messages for Track Import

This commit is contained in:
Qstick
2018-02-15 23:03:44 -05:00
parent 425a9045b8
commit 8e626269d1
9 changed files with 24 additions and 46 deletions
@@ -94,7 +94,7 @@ namespace NzbDrone.Core.Music
_trackService.UpdateMany(updateList);
_trackService.InsertMany(newList);
_eventAggregator.PublishEvent(new TrackInfoRefreshedEvent(album, newList, updateList, existingTracks));
_eventAggregator.PublishEvent(new TrackInfoRefreshedEvent(album, newList, updateList));
if (failCount != 0)
{