mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Use Download Client name for grabbed history events
This commit is contained in:
parent
b60d5f837e
commit
e797b759b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue