mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -115,8 +115,8 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
var downloadFailedEvent = new DownloadFailedEvent
|
||||
{
|
||||
ArtistId = historyItem.ArtistId,
|
||||
AlbumIds = historyItems.Select(h => h.AlbumId).ToList(),
|
||||
AuthorId = historyItem.AuthorId,
|
||||
BookIds = historyItems.Select(h => h.BookId).ToList(),
|
||||
Quality = historyItem.Quality,
|
||||
SourceTitle = historyItem.SourceTitle,
|
||||
DownloadClient = historyItem.Data.GetValueOrDefault(History.History.DOWNLOAD_CLIENT),
|
||||
|
||||
Reference in New Issue
Block a user