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}
|
bookId={id}
|
||||||
authorId={author.id}
|
authorId={author.id}
|
||||||
bookTitle={title}
|
bookTitle={title}
|
||||||
|
authorName={author.authorName}
|
||||||
bookEntity={bookEntities.WANTED_CUTOFF_UNMET}
|
bookEntity={bookEntities.WANTED_CUTOFF_UNMET}
|
||||||
showOpenAuthorButton={true}
|
showOpenAuthorButton={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -84,6 +84,7 @@ function MissingRow(props) {
|
|||||||
bookId={id}
|
bookId={id}
|
||||||
authorId={author.id}
|
authorId={author.id}
|
||||||
bookTitle={title}
|
bookTitle={title}
|
||||||
|
authorName={author.authorName}
|
||||||
bookEntity={bookEntities.WANTED_MISSING}
|
bookEntity={bookEntities.WANTED_MISSING}
|
||||||
showOpenAuthorButton={true}
|
showOpenAuthorButton={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user