Fixed: Use Download Client name for grabbed history events
This commit is contained in:
parent
b60d5f837e
commit
e797b759b7
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue