#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
|
|
@ -9,6 +9,7 @@ namespace LibationFileManager
|
|||
public string AudibleProductId { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Locale { get; set; }
|
||||
public int? YearPublished { get; set; }
|
||||
|
||||
public IEnumerable<string> Authors { get; set; }
|
||||
public string AuthorNames => string.Join(", ", Authors);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue