mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Fixed: SQL Error on DownloadHistory Insert
This commit is contained in:
@@ -167,7 +167,7 @@ namespace NzbDrone.Core.Download.History
|
|||||||
EventType = DownloadHistoryEventType.DownloadImported,
|
EventType = DownloadHistoryEventType.DownloadImported,
|
||||||
MovieId = message.MovieId,
|
MovieId = message.MovieId,
|
||||||
DownloadId = downloadItem.DownloadId,
|
DownloadId = downloadItem.DownloadId,
|
||||||
SourceTitle = downloadItem.OutputPath.ToString(),
|
SourceTitle = downloadItem.Title,
|
||||||
Date = DateTime.UtcNow,
|
Date = DateTime.UtcNow,
|
||||||
Protocol = message.TrackedDownload.Protocol,
|
Protocol = message.TrackedDownload.Protocol,
|
||||||
DownloadClientId = message.TrackedDownload.DownloadClient
|
DownloadClientId = message.TrackedDownload.DownloadClient
|
||||||
|
|||||||
Reference in New Issue
Block a user