Add <account nickname> tag (#629)
This commit is contained in:
parent
7a9c6720c7
commit
6d13325c4f
6 changed files with 38 additions and 22 deletions
|
|
@ -52,7 +52,8 @@ namespace LibationFileManager
|
|||
private static readonly LibraryBookDto libraryBookDto
|
||||
= new()
|
||||
{
|
||||
Account = "my account",
|
||||
Account = "myaccount@example.co",
|
||||
AccountNickname = "my account",
|
||||
DateAdded = new DateTime(2022, 6, 9, 0, 0, 0),
|
||||
DatePublished = new DateTime(2017, 2, 27, 0, 0, 0),
|
||||
AudibleProductId = "123456789",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue