Date format naming templates
This commit is contained in:
parent
9309aea6d9
commit
3479dbc3f0
11 changed files with 291 additions and 60 deletions
|
|
@ -27,11 +27,13 @@ namespace FileLiberator
|
|||
public static LibraryBookDto ToDto(this LibraryBook libraryBook) => new()
|
||||
{
|
||||
Account = libraryBook.Account,
|
||||
DateAdded = libraryBook.DateAdded,
|
||||
|
||||
AudibleProductId = libraryBook.Book.AudibleProductId,
|
||||
Title = libraryBook.Book.Title ?? "",
|
||||
Locale = libraryBook.Book.Locale,
|
||||
YearPublished = libraryBook.Book.DatePublished?.Year,
|
||||
DatePublished = libraryBook.Book.DatePublished,
|
||||
|
||||
Authors = libraryBook.Book.Authors.Select(c => c.Name).ToList(),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue