mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-05 23:27:21 +01: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 @@ public void DownloadReport(RemoteAlbum remoteAlbum)
|
|||
}
|
||||
|
||||
var albumGrabbedEvent = new AlbumGrabbedEvent(remoteAlbum);
|
||||
albumGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
|
||||
albumGrabbedEvent.DownloadClient = downloadClient.Name;
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(downloadClientId))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue