mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Fixed: SQL Error on DownloadHistory Insert
This commit is contained in:
parent
e104a9e261
commit
30c9446165
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue