mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 03:09:38 +01:00
Fixed: Append author name to Interactive Search header in Wanted/Missing
This commit is contained in:
parent
07f218f294
commit
c505eafd30
2 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue