mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Fixed: Page header search box uses incorrect artist link
This commit is contained in:
parent
960330a004
commit
9374461d97
2 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ class ArtistSearchInput extends Component {
|
|||
|
||||
goToArtist(artist) {
|
||||
this.setState({ value: '' });
|
||||
this.props.onGoToArtist(artist.nameSlug);
|
||||
this.props.onGoToArtist(artist.foreignArtistId);
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue