mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Interactive Search from Album Detail Page
This commit is contained in:
@@ -18,6 +18,7 @@ function MissingRow(props) {
|
||||
artist,
|
||||
releaseDate,
|
||||
albumType,
|
||||
foreignAlbumId,
|
||||
title,
|
||||
isSelected,
|
||||
columns,
|
||||
@@ -76,12 +77,8 @@ function MissingRow(props) {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<AlbumTitleLink
|
||||
albumId={id}
|
||||
artistId={artist.id}
|
||||
albumEntity={albumEntities.WANTED_MISSING}
|
||||
albumTitle={title}
|
||||
showOpenArtistButton={true}
|
||||
showOpenAlbumButton={true}
|
||||
foreignAlbumId={foreignAlbumId}
|
||||
title={title}
|
||||
/>
|
||||
</TableRowCell>
|
||||
);
|
||||
@@ -144,6 +141,7 @@ MissingRow.propTypes = {
|
||||
// trackFileId: PropTypes.number,
|
||||
artist: PropTypes.object.isRequired,
|
||||
releaseDate: PropTypes.string.isRequired,
|
||||
foreignAlbumId: PropTypes.string.isRequired,
|
||||
albumType: PropTypes.string.isRequired,
|
||||
title: PropTypes.string.isRequired,
|
||||
isSelected: PropTypes.bool,
|
||||
|
||||
Reference in New Issue
Block a user