Fixed: Use Download Client name for grabbed history events

pull/836/head
Qstick 5 years ago
parent 8a8799176f
commit 5d13ae5ae6

@ -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))
{ {

Loading…
Cancel
Save