mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -36,7 +36,7 @@ class AlbumSearchCell extends Component {
|
||||
|
||||
render() {
|
||||
const {
|
||||
albumId,
|
||||
bookId,
|
||||
albumTitle,
|
||||
isSearching,
|
||||
onSearchPress,
|
||||
@@ -58,7 +58,7 @@ class AlbumSearchCell extends Component {
|
||||
|
||||
<AlbumInteractiveSearchModalConnector
|
||||
isOpen={this.state.isDetailsModalOpen}
|
||||
albumId={albumId}
|
||||
bookId={bookId}
|
||||
albumTitle={albumTitle}
|
||||
onModalClose={this.onDetailsModalClose}
|
||||
{...otherProps}
|
||||
@@ -70,8 +70,8 @@ class AlbumSearchCell extends Component {
|
||||
}
|
||||
|
||||
AlbumSearchCell.propTypes = {
|
||||
albumId: PropTypes.number.isRequired,
|
||||
artistId: PropTypes.number.isRequired,
|
||||
bookId: PropTypes.number.isRequired,
|
||||
authorId: PropTypes.number.isRequired,
|
||||
albumTitle: PropTypes.string.isRequired,
|
||||
isSearching: PropTypes.bool.isRequired,
|
||||
onSearchPress: PropTypes.func.isRequired
|
||||
|
||||
Reference in New Issue
Block a user