1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-30 18:25:57 -04:00

Fixed: Use Download Client name for grabbed history events

This commit is contained in:
Pika
2019-12-17 16:44:10 -05:00
committed by Qstick
parent 6160bbf113
commit 7ddc8d416c

View File

@@ -83,7 +83,7 @@ namespace NzbDrone.Core.Download
}
var movieGrabbedEvent = new MovieGrabbedEvent(remoteMovie);
movieGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
movieGrabbedEvent.DownloadClient = downloadClient.Name;
if (!string.IsNullOrWhiteSpace(downloadClientId))
{