fix autocomplete artist search for affiliate links
This commit is contained in:
parent
81cf0dadb0
commit
94747d9fe0
|
|
@ -71,7 +71,7 @@ const JKAffiliateLinks = () => {
|
|||
}
|
||||
|
||||
if (selected.type === 'artist') {
|
||||
options.artist = selected.original_artist;
|
||||
options.artist_search = selected.original_artist;
|
||||
} else {
|
||||
options.song = selected.name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue