Fixed: Use Download Client name for grabbed history events

This commit is contained in:
Mark McDowall 2019-04-11 23:43:41 -07:00
parent b60d5f837e
commit e797b759b7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace NzbDrone.Core.Download
}
var episodeGrabbedEvent = new EpisodeGrabbedEvent(remoteEpisode);
episodeGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
episodeGrabbedEvent.DownloadClient = downloadClient.Name;
if (!string.IsNullOrWhiteSpace(downloadClientId))
{