mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -88,7 +88,7 @@ class ArtistSearchInput extends Component {
|
||||
|
||||
goToArtist(item) {
|
||||
this.setState({ value: '' });
|
||||
this.props.onGoToArtist(item.item.foreignArtistId);
|
||||
this.props.onGoToArtist(item.item.titleSlug);
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
||||
Reference in New Issue
Block a user