mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Use Download Client name for grabbed history events
This commit is contained in:
@@ -96,7 +96,7 @@ namespace NzbDrone.Core.Download
|
||||
}
|
||||
|
||||
var albumGrabbedEvent = new AlbumGrabbedEvent(remoteAlbum);
|
||||
albumGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
|
||||
albumGrabbedEvent.DownloadClient = downloadClient.Name;
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(downloadClientId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user