Merged popout with main brainch.

This commit is contained in:
Michael Bucari-Tovo 2022-05-12 10:52:55 -06:00
parent 255e26435c
commit b8abed37c2
5 changed files with 468 additions and 398 deletions

View file

@ -204,8 +204,8 @@ namespace LibationWinForms.NewUI
details =
$@" Title: {libraryBook.Book.Title}
ID: {libraryBook.Book.AudibleProductId}
Author: {trunc(libraryBook.Book.AuthorNames)}
Narr: {trunc(libraryBook.Book.NarratorNames)}";
Author: {trunc(libraryBook.Book.AuthorNames())}
Narr: {trunc(libraryBook.Book.NarratorNames())}";
}
catch
{