Fixed: SQL Error on DownloadHistory Insert

This commit is contained in:
Qstick 2020-11-28 22:30:00 -05:00
parent e104a9e261
commit 30c9446165
1 changed files with 1 additions and 1 deletions

View File

@ -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