|
|
@ -151,6 +151,8 @@ namespace NzbDrone.Core.Books.Calibre
|
|
|
|
Authors = new List<string> { file.Author.Value.Name },
|
|
|
|
Authors = new List<string> { file.Author.Value.Name },
|
|
|
|
Cover = image,
|
|
|
|
Cover = image,
|
|
|
|
PubDate = book.ReleaseDate,
|
|
|
|
PubDate = book.ReleaseDate,
|
|
|
|
|
|
|
|
Publisher = edition.Publisher,
|
|
|
|
|
|
|
|
Languages = edition.Language,
|
|
|
|
Comments = edition.Overview,
|
|
|
|
Comments = edition.Overview,
|
|
|
|
Rating = edition.Ratings.Value * 2,
|
|
|
|
Rating = edition.Ratings.Value * 2,
|
|
|
|
Identifiers = new Dictionary<string, string>
|
|
|
|
Identifiers = new Dictionary<string, string>
|
|
|
|