mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Use Download Client name for grabbed history events
This commit is contained in:
parent
8a8799176f
commit
5d13ae5ae6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue