Skip to content

Commit

Permalink
Fix:Use region for author search by name #3470
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Oct 1, 2024
1 parent 1b1b71a commit fefc16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/providers/Audnexus.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Audnexus {
return null
}

const author = await this.authorRequest(closestMatch.asin)
const author = await this.authorRequest(closestMatch.asin, region)
if (!author) {
return null
}
Expand Down

0 comments on commit fefc16b

Please sign in to comment.