mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Page header search box uses incorrect artist link
This commit is contained in:
@@ -78,7 +78,7 @@ class ArtistSearchInput extends Component {
|
||||
|
||||
goToArtist(artist) {
|
||||
this.setState({ value: '' });
|
||||
this.props.onGoToArtist(artist.nameSlug);
|
||||
this.props.onGoToArtist(artist.foreignArtistId);
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
||||
Reference in New Issue
Block a user