mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Interactive Search from Album Detail Page
This commit is contained in:
@@ -18,6 +18,7 @@ function CutoffUnmetRow(props) {
|
||||
trackFileId,
|
||||
artist,
|
||||
releaseDate,
|
||||
foreignAlbumId,
|
||||
albumType,
|
||||
title,
|
||||
isSelected,
|
||||
@@ -59,12 +60,8 @@ function CutoffUnmetRow(props) {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<AlbumTitleLink
|
||||
albumId={id}
|
||||
artistId={artist.id}
|
||||
albumEntity={albumEntities.WANTED_CUTOFF_UNMET}
|
||||
albumTitle={title}
|
||||
showOpenArtistButton={true}
|
||||
showOpenAlbumButton={true}
|
||||
foreignAlbumId={foreignAlbumId}
|
||||
title={title}
|
||||
/>
|
||||
</TableRowCell>
|
||||
);
|
||||
@@ -140,6 +137,7 @@ CutoffUnmetRow.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