mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: Append author name to Interactive Search header in Wanted/Missing
This commit is contained in:
@@ -84,6 +84,7 @@ function CutoffUnmetRow(props) {
|
||||
bookId={id}
|
||||
authorId={author.id}
|
||||
bookTitle={title}
|
||||
authorName={author.authorName}
|
||||
bookEntity={bookEntities.WANTED_CUTOFF_UNMET}
|
||||
showOpenAuthorButton={true}
|
||||
/>
|
||||
|
||||
@@ -84,6 +84,7 @@ function MissingRow(props) {
|
||||
bookId={id}
|
||||
authorId={author.id}
|
||||
bookTitle={title}
|
||||
authorName={author.authorName}
|
||||
bookEntity={bookEntities.WANTED_MISSING}
|
||||
showOpenAuthorButton={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user