mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
New: Send publisher and language to calibre
This commit is contained in:
@@ -151,6 +151,8 @@ namespace NzbDrone.Core.Books.Calibre
|
||||
Authors = new List<string> { file.Author.Value.Name },
|
||||
Cover = image,
|
||||
PubDate = book.ReleaseDate,
|
||||
Publisher = edition.Publisher,
|
||||
Languages = edition.Language,
|
||||
Comments = edition.Overview,
|
||||
Rating = edition.Ratings.Value * 2,
|
||||
Identifiers = new Dictionary<string, string>
|
||||
|
||||
@@ -18,6 +18,8 @@ namespace NzbDrone.Core.Books.Calibre
|
||||
public string Cover { get; set; }
|
||||
[JsonProperty("pubdate")]
|
||||
public DateTime? PubDate { get; set; }
|
||||
public string Publisher { get; set; }
|
||||
public string Languages { get; set; }
|
||||
public string Comments { get; set; }
|
||||
public decimal Rating { get; set; }
|
||||
public Dictionary<string, string> Identifiers { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user