mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fixed: SQL Error on DownloadHistory Insert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user