Fix:Use region for author search by name #3470

This commit is contained in:
advplyr 2024-10-01 16:14:51 -05:00
parent 1b1b71a9b6
commit fefc16bd13

View File

@ -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
}