Skip to content

Commit

Permalink
reference
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Feb 19, 2024
1 parent 1d6e064 commit 3f181b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media/SongSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default {
let parsedIDs = [];
let currentSongs = []
for (const r of regions) {
currentSongs = await this.searchAutocomplete(query, lang=lang, country=r);
currentSongs = await this.searchAutocomplete(query, lang, r);
regionSongs.concat(currentSongs.reduce((acc, cur) => {
if (!parsedIDs.includes(cur.trackId)) {
parsedIDs.append(cur.trackId)
Expand Down

0 comments on commit 3f181b0

Please sign in to comment.