|
|
@ -236,8 +236,7 @@ namespace NzbDrone.Core.History
|
|
|
|
DownloadId = downloadId
|
|
|
|
DownloadId = downloadId
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// Won't have a value since we publish this event before saving to DB.
|
|
|
|
history.Data.Add("FileId", message.ImportedTrack.Id.ToString());
|
|
|
|
// history.Data.Add("FileId", message.ImportedEpisode.Id.ToString());
|
|
|
|
|
|
|
|
history.Data.Add("DroppedPath", message.TrackInfo.Path);
|
|
|
|
history.Data.Add("DroppedPath", message.TrackInfo.Path);
|
|
|
|
history.Data.Add("ImportedPath", message.ImportedTrack.Path);
|
|
|
|
history.Data.Add("ImportedPath", message.ImportedTrack.Path);
|
|
|
|
history.Data.Add("DownloadClient", message.DownloadClientInfo?.Name);
|
|
|
|
history.Data.Add("DownloadClient", message.DownloadClientInfo?.Name);
|
|
|
|