#367 : New template option "year": year published to audible
This commit is contained in:
parent
99564d9c25
commit
d64e043fe8
8 changed files with 13 additions and 5 deletions
|
|
@ -31,6 +31,7 @@ namespace FileLiberator
|
|||
AudibleProductId = libraryBook.Book.AudibleProductId,
|
||||
Title = libraryBook.Book.Title ?? "",
|
||||
Locale = libraryBook.Book.Locale,
|
||||
YearPublished = libraryBook.Book.DatePublished?.Year,
|
||||
|
||||
Authors = libraryBook.Book.Authors.Select(c => c.Name).ToList(),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue