#367 : New template option "year": year published to audible

This commit is contained in:
Robert McRackan 2022-10-21 13:41:44 -04:00
parent 99564d9c25
commit d64e043fe8
8 changed files with 13 additions and 5 deletions

View file

@ -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);