From 30c94461653bd1bb587d3fa037c114afb235a31f Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 28 Nov 2020 22:30:00 -0500 Subject: [PATCH] Fixed: SQL Error on DownloadHistory Insert --- src/NzbDrone.Core/Download/History/DownloadHistoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/History/DownloadHistoryService.cs b/src/NzbDrone.Core/Download/History/DownloadHistoryService.cs index bcada9ab0..3a05b4c90 100644 --- a/src/NzbDrone.Core/Download/History/DownloadHistoryService.cs +++ b/src/NzbDrone.Core/Download/History/DownloadHistoryService.cs @@ -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