1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +02:00

Fixed: SQL Error on DownloadHistory Insert

This commit is contained in:
Qstick 2020-11-28 22:30:00 -05:00
parent e104a9e261
commit 30c9446165

View File

@ -167,7 +167,7 @@ public void Handle(DownloadCompletedEvent message)
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