|
|
@ -294,7 +294,7 @@ namespace NzbDrone.Core.History
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
SourceTitle = message.BookFile.Path,
|
|
|
|
SourceTitle = message.BookFile.Path,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
BookId = message.BookFile.EditionId
|
|
|
|
BookId = message.BookFile.Edition.Value.BookId
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
history.Data.Add("Reason", message.Reason.ToString());
|
|
|
|
history.Data.Add("Reason", message.Reason.ToString());
|
|
|
@ -314,7 +314,7 @@ namespace NzbDrone.Core.History
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
SourceTitle = message.OriginalPath,
|
|
|
|
SourceTitle = message.OriginalPath,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
BookId = message.BookFile.EditionId
|
|
|
|
BookId = message.BookFile.Edition.Value.BookId
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
history.Data.Add("SourcePath", sourcePath);
|
|
|
|
history.Data.Add("SourcePath", sourcePath);
|
|
|
@ -334,7 +334,7 @@ namespace NzbDrone.Core.History
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
Quality = message.BookFile.Quality,
|
|
|
|
SourceTitle = path,
|
|
|
|
SourceTitle = path,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
AuthorId = message.BookFile.Author.Value.Id,
|
|
|
|
BookId = message.BookFile.EditionId
|
|
|
|
BookId = message.BookFile.Edition.Value.BookId
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
history.Data.Add("TagsScrubbed", message.Scrubbed.ToString());
|
|
|
|
history.Data.Add("TagsScrubbed", message.Scrubbed.ToString());
|
|
|
|