Fixed: SQL Error on DownloadHistory Insert

pull/5427/head v3.0.0.4204
Qstick 4 years ago
parent e104a9e261
commit 30c9446165

@ -167,7 +167,7 @@ namespace NzbDrone.Core.Download.History
EventType = DownloadHistoryEventType.DownloadImported,
MovieId = message.MovieId,
DownloadId = downloadItem.DownloadId,
SourceTitle = downloadItem.OutputPath.ToString(),
SourceTitle = downloadItem.Title,
Date = DateTime.UtcNow,
Protocol = message.TrackedDownload.Protocol,
DownloadClientId = message.TrackedDownload.DownloadClient

Loading…
Cancel
Save