Fixed: Use Download Client name for grabbed history events

This commit is contained in:
Pika 2019-12-17 16:44:10 -05:00 committed by Qstick
parent 6160bbf113
commit 7ddc8d416c

View file

@ -83,7 +83,7 @@ public void DownloadReport(RemoteMovie remoteMovie, bool foceDownload = false)
}
var movieGrabbedEvent = new MovieGrabbedEvent(remoteMovie);
movieGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
movieGrabbedEvent.DownloadClient = downloadClient.Name;
if (!string.IsNullOrWhiteSpace(downloadClientId))
{