Add bitrate to Book
This commit is contained in:
parent
b65875386d
commit
5815a04712
8 changed files with 500 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ Title: {Book.Title}
|
|||
Author(s): {Book.AuthorNames()}
|
||||
Narrator(s): {Book.NarratorNames()}
|
||||
Length: {(Book.LengthInMinutes == 0 ? "" : $"{Book.LengthInMinutes / 60} hr {Book.LengthInMinutes % 60} min")}
|
||||
Audio Bitrate: {Book.AudioFormat}
|
||||
Category: {string.Join(" > ", Book.CategoriesNames())}
|
||||
Purchase Date: {_libraryBook.DateAdded.ToString("d")}
|
||||
".Trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue