Fixed: Cardigann Download block handling

This commit is contained in:
Qstick
2021-04-18 22:38:21 -04:00
parent 2938029400
commit 62977d0863
10 changed files with 217 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ namespace NzbDrone.Core.History
if (message.Query is BookSearchCriteria)
{
history.Data.Add("Author", ((BookSearchCriteria)message.Query).Author ?? string.Empty);
history.Data.Add("Title", ((BookSearchCriteria)message.Query).Title ?? string.Empty);
history.Data.Add("BookTitle", ((BookSearchCriteria)message.Query).Title ?? string.Empty);
}
history.Data.Add("ElapsedTime", message.Time.ToString());