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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user