Fixed: Use Download Client name for grabbed history events

This commit is contained in:
Qstick 2019-06-11 22:33:06 -04:00
commit 5d13ae5ae6

View file

@ -96,7 +96,7 @@ namespace NzbDrone.Core.Download
} }
var albumGrabbedEvent = new AlbumGrabbedEvent(remoteAlbum); var albumGrabbedEvent = new AlbumGrabbedEvent(remoteAlbum);
albumGrabbedEvent.DownloadClient = downloadClient.GetType().Name; albumGrabbedEvent.DownloadClient = downloadClient.Name;
if (!string.IsNullOrWhiteSpace(downloadClientId)) if (!string.IsNullOrWhiteSpace(downloadClientId))
{ {