fix autocomplete artist search for affiliate links

This commit is contained in:
Nuwan 2025-02-21 18:45:52 +05:30
parent 81cf0dadb0
commit 94747d9fe0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const JKAffiliateLinks = () => {
} }
if (selected.type === 'artist') { if (selected.type === 'artist') {
options.artist = selected.original_artist; options.artist_search = selected.original_artist;
} else { } else {
options.song = selected.name; options.song = selected.name;
} }